method

app

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