method
nested_scope?
v4.1.8 -
Show latest stable
- Class:
ActionDispatch::Routing::Mapper::Scoping::Resources
nested_scope?()protected
No documentation available.
# File actionpack/lib/action_dispatch/routing/mapper.rb, line 1581
def nested_scope? #:nodoc:
@scope[:scope_level] == :nested
end