method

records_for

records_for(ids, &block)
private

No documentation available.

# File activerecord/lib/active_record/associations/preloader/association.rb, line 105
          def records_for(ids, &block)
            scope.where(association_key_name => ids).load(&block)
          end