class RuboCop::Cop::Rails::WhereExists

def build_good_method(args)

def build_good_method(args)
  if exists_style?
    build_good_method_exists(args)
  elsif where_style?
    build_good_method_where(args)
  end
end