method
call
v3.1.0 -
Show latest stable
- Class:
ActionDispatch::Routing::Mapper::Constraints
call(env)public
No documentation available.
# File actionpack/lib/action_dispatch/routing/mapper.rb, line 40
def call(env)
matches?(env) ? @app.call(env) : [ 404, {'X-Cascade' => 'pass'}, [] ]
end