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
def match_root_route(options) args = ["/", { as: :root, via: :get }.merge(options)] match(*args) end