method

new

new(routes, scope, helpers)
public

No documentation available.

# File actionpack/lib/action_dispatch/routing/routes_proxy.rb, line 11
      def initialize(routes, scope, helpers)
        @routes, @scope = routes, scope
        @helpers = helpers
      end