method

shallow?

shallow?()
public

No documentation available.

# File actionpack/lib/action_dispatch/routing/mapper.rb, line 1246
        def shallow?
          parent_resource.instance_of?(Resource) && @scope[:shallow]
        end