method
new
v3.2.13 -
Show latest stable
- Class:
ActionDispatch::Routing::RoutesProxy
new(routes, scope)public
No documentation available.
# File actionpack/lib/action_dispatch/routing/routes_proxy.rb, line 9
def initialize(routes, scope)
@routes, @scope = routes, scope
end