Method: ActionDispatch::Routing::RouteSet#call
- Defined in:
- actionpack/lib/action_dispatch/routing/route_set.rb
permalink #call(env) ⇒ Object
[View source]
879 880 881 882 883 |
# File 'actionpack/lib/action_dispatch/routing/route_set.rb', line 879 def call(env) req = make_request(env) req.path_info = Journey::Router::Utils.normalize_path(req.path_info) @router.serve(req) end |