module ActionDispatch::Routing::Mapper::Resources

def shallow?

def shallow?
  !parent_resource.singleton? && @scope[:shallow]
end