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