method
merge_shallow_scope
merge_shallow_scope(parent, child)
private
Hide source
# File actionpack/lib/action_dispatch/routing/mapper.rb, line 810 def merge_shallow_scope(parent, child) #:nodoc: child ? true : false end