method
many?
v3.0.0 -
Show latest stable
- Class:
ActiveRecord::Associations::AssociationCollection
many?()public
Returns true if the collection has more than 1 record. Equivalent to collection.size > 1.
many?()Returns true if the collection has more than 1 record. Equivalent to collection.size > 1.