class ActionDispatch::Journey::Route

def verbs

def verbs
  @request_method_match.map(&:verb)
end