# File actionpack/lib/action_dispatch/routing/mapper.rb, line 1775
def namespace(name, deprecated_options = nil, as: DEFAULT, path: DEFAULT, shallow_path: DEFAULT, shallow_prefix: DEFAULT, **options, &block)
if resource_scope?
nested { super }
else
super
end
end