call(env)
Define the Rack API for this engine.
# File railties/lib/rails/engine.rb, line 509 def call(env) env.merge!(env_config) if env['SCRIPT_NAME'] env.merge! "ROUTES_#{routes.object_id}_SCRIPT_NAME" => env['SCRIPT_NAME'].dup end app.call(env) end