# File lib/action_controller/metal.rb, line 221 def self.call(env) action(env['action_dispatch.request.path_parameters'][:action]).call(env) end