Makes the controller a Rack endpoint that runs
the action in the
given env'saction_dispatch.request.path_parameters key.
# File actionpack/lib/action_controller/metal.rb, line 224
def self.call(env)
action(env['action_dispatch.request.path_parameters'][:action]).call(env)
end