method
shallow
shallow()
public
Hide source
# File actionpack/lib/action_dispatch/routing/mapper.rb, line 1586 def shallow @scope = @scope.new(shallow: true) yield ensure @scope = @scope.parent end