module ActionDispatch::Routing::Mapper::Scoping

def merge_options_scope(parent, child) #:nodoc:

:nodoc:
def merge_options_scope(parent, child) #:nodoc:
  (parent || {}).merge(child)
end