Flowdock
method

new

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

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# 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
Register or log in to add new notes.