class RuboCop::Cop::Rails::Validation

def preferred_method(method)

def preferred_method(method)
  ALLOWLIST[RESTRICT_ON_SEND.index(method.to_sym)]
end