method
new
v3.0.9 -
Show latest stable
- Class:
ActionDispatch::Routing::Mapper::Scoping
new(*args)public
No documentation available.
# File actionpack/lib/action_dispatch/routing/mapper.rb, line 454
def initialize(*args) #:nodoc:
@scope = {}
super
end