method
serve
rails latest stable - Class:
ActionDispatch::Routing::Mapper::Constraints
serve(req)public
No documentation available.
# File actionpack/lib/action_dispatch/routing/mapper.rb, line 48
def serve(req)
return [ 404, { Constants::X_CASCADE => "pass" }, [] ] unless matches?(req)
@strategy.call @app, req
end