module ActionDispatch::Routing::Mapper::Scoping
def merge_options_scope(parent, child) #:nodoc:
def merge_options_scope(parent, child) #:nodoc: (parent || {}).merge(child) end
def merge_options_scope(parent, child) #:nodoc: (parent || {}).merge(child) end