Method: ActiveRecord::Associations::Preloader#call

Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activerecord-7.0.4/lib/active_record/associations/preloader.rb

#callObject



117
118
119
120
121
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activerecord-7.0.4/lib/active_record/associations/preloader.rb', line 117

def call
  Batch.new([self], available_records: @available_records).call

  loaders
end