method
having
v3.0.9 -
Show latest stable
- Class:
ActiveRecord::QueryMethods
having(*args)public
No documentation available.
# File activerecord/lib/active_record/relation/query_methods.rb, line 80
def having(*args)
relation = clone
relation.having_values += build_where(*args) unless args.blank?
relation
end