Source: show | on GitHub
# File actionpack/test/controller/resources_test.rb, line 7 def index() render :nothing => true end
# File actionpack/test/controller/resources_test.rb, line 9 def rescue_action(e) raise e end