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