Flowdock
method

preloaders_for_one

Importance_2
v5.2.3 - Show latest stable - 0 notes - Class: Preloader
preloaders_for_one(association, records, scope) private

Loads all the given data into records for a singular association.

Functions by instantiating a preloader class such as Preloader::HasManyThrough and call the run method for each passed in class in the records argument.

Not all records have the same class, so group then preload group on the reflection itself so that if various subclass share the same association then we do not split them unnecessarily

Additionally, polymorphic belongs_to associations can have multiple associated classes, depending on the polymorphic_type field. So we group by the classes as well.

Show source
Register or log in to add new notes.