module ActionDispatch::Routing::Mapper::Resources

def shallow?

def shallow?
  parent_resource.instance_of?(Resource) && @scope[:shallow]
end