Methods
I
R
S
Instance Public methods
index()
Also aliased as: show
# File actionpack/test/controller/resources_test.rb, line 7
def index() render :nothing => true end
rescue_action(e)
# File actionpack/test/controller/resources_test.rb, line 9
def rescue_action(e) raise e end
show()
Alias for: index