method
except
v7.1.3.2 -
Show latest stable
- Class:
ActiveRecord::Relation::WhereClause
except(*columns)public
No documentation available.
# File activerecord/lib/active_record/relation/where_clause.rb, line 36
def except(*columns)
WhereClause.new(except_predicates(columns))
end