Method: ActionDispatch::Routing::RouteSet#call
- Defined in:
- actionpack/lib/action_dispatch/routing/route_set.rb
#call(env) ⇒ Object
893 894 895 896 897 |
# File 'actionpack/lib/action_dispatch/routing/route_set.rb', line 893 def call(env) req = make_request(env) req.path_info = Journey::Router::Utils.normalize_path(req.path_info) @router.serve(req) end |