method
many?
rails 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.