method
namespace
v3.0.0 -
Show latest stable
- Class:
ActionDispatch::Routing::Mapper::Resources
namespace(path, options = {})public
No documentation available.
# File actionpack/lib/action_dispatch/routing/mapper.rb, line 663
def namespace(path, options = {})
if resource_scope?
nested { super }
else
super
end
end