method

new

new(routes, scope, helpers, script_namer = nil)
public

No documentation available.

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