class ActionController::Metal

def self.call(env)

def self.call(env)
  action(env['action_dispatch.request.path_parameters'][:action]).call(env)
end