method
empty?
v2.2.1 -
Show latest stable
- Class:
ActiveRecord::Associations::AssociationCollection
empty?()public
Equivalent to collection.size.zero?. If the collection has not been already loaded and you are going to fetch the records anyway it is better to check collection.length.zero?.