module ActionDispatch::Routing::Mapper::Resources

def shallow_nesting_depth

def shallow_nesting_depth
  @scope.find_all { |node|
    node.frame[:scope_level_resource]
  }.count { |node| node.frame[:scope_level_resource].shallow? }
end