class RuboCop::Cop::Rails::WhereMissing

def multi_condition?(where_arg)

def multi_condition?(where_arg)
  where_arg.children.count > 1
end