method
new
v6.1.3.1 -
Show latest stable
- Class:
ActionDispatch::Routing::RoutesProxy
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