class
ActionDispatch::Routing::Mapper::Constraints
rails latest stable
- Superclass: Object
No documentation available for this class.
Constants
CALL = ->(app, req) { app.call req.env }
SERVE = ->(app, req) { app.serve req }
Attributes
| [R] | app |
| [R] | constraints |
Files
- actionpack/lib/action_dispatch/routing/mapper.rb