shallow?()
No documentation available.
# File actionpack/lib/action_dispatch/routing/mapper.rb, line 1594 def shallow? !parent_resource.singleton? && @scope[:shallow] end