class RuboCop::Cop::Rails::MatchRoute

def http_method?(method)

def http_method?(method)
  HTTP_METHODS.include?(method.to_sym)
end