Source: show | on GitHub
# File actionpack/test/controller/routing_test.rb, line 6 def index() head :ok end
# File actionpack/test/controller/routing_test.rb, line 8 def rescue_action(e) raise e end