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