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