method
call
v3.0.9 -
Show latest stable
- Class:
ActionController::Metal
call(env)public
No documentation available.
# File actionpack/lib/action_controller/metal.rb, line 163
def self.call(env)
action(env['action_dispatch.request.path_parameters'][:action]).call(env)
end