class Rails::Engine

def call(env)

Define the Rack API for this engine.
def call(env)
  req = build_request env
  app.call req.env
end