Flowdock
method

preload_one

Importance_1
Ruby on Rails latest stable (v6.1.7.7) - 0 notes - Class: Preloader

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v4.0.2) is shown here.

preload_one(association) private

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.