Methods
I
R
S
Instance Public methods
index()
Also aliased as: show
# File actionpack/test/controller/routing_test.rb, line 6
def index() head :ok end
rescue_action(e)
# File actionpack/test/controller/routing_test.rb, line 8
def rescue_action(e) raise e end
show()
Alias for: index