class RuboCop::Cop::Rails::Validation

def preferred_method(method)

def preferred_method(method)
  WHITELIST[BLACKLIST.index(method.to_sym)]
end