method
shallow?
shallow?()
public
Hide source
# File actionpack/lib/action_dispatch/routing/mapper.rb, line 1593 def shallow? !parent_resource.singleton? && @scope[:shallow] end