method
app
v3.1.0 -
Show latest stable
- Class:
ActionDispatch::Routing::Mapper::Mapping
app()private
No documentation available.
# File actionpack/lib/action_dispatch/routing/mapper.rb, line 126
def app
Constraints.new(
to.respond_to?(:call) ? to : Routing::RouteSet::Dispatcher.new(:defaults => defaults),
blocks,
@set.request_class
)
end