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