module ActionDispatch::Routing::Mapper::Resources

def match_root_route(options)

def match_root_route(options)
  args = ["/", { as: :root, via: :get }.merge(options)]
  match(*args)
end