instance method
nested_scope?
Ruby on Rails 8.0.4
Since v5.2.8.1 PrivateSignature
nested_scope?()
No documentation comment.
Source
# File actionpack/lib/action_dispatch/routing/mapper.rb, line 1831
def nested_scope?
@scope.nested?
end
Defined in actionpack/lib/action_dispatch/routing/mapper.rb line 1831
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Routing::Mapper::Resources