method

call

Importance_0
Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Class: Preloader
call() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/associations/preloader.rb, line 120
      def call
        Batch.new([self], available_records: @available_records).call

        loaders
      end
Register or log in to add new notes.