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