Method: ActiveRecord::Associations::Preloader#empty?
- Defined in:
- lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activerecord-7.0.4/lib/active_record/associations/preloader.rb
#empty? ⇒ Boolean
113 114 115 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activerecord-7.0.4/lib/active_record/associations/preloader.rb', line 113 def empty? associations.nil? || records.length == 0 end |