method

where!

Importance_0
where!(opts, *rest) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/relation/query_methods.rb, line 578 def where!(opts, *rest) # :nodoc: if Hash === opts opts = sanitize_forbidden_attributes(opts) references!(PredicateBuilder.references(opts)) end self.where_values += build_where(opts, rest) self end
Register or log in to add new notes.