class Mongoid::Association::Embedded::Eager

Eager class for embedded associations (embedded_in, embeds_many, embeds_one).

Private Instance Methods

preload() click to toggle source

Embedded associations have no preload phase, since the embedded documents are loaded with the parent document. This method is implemented as a no-op to represent that.

# File lib/mongoid/association/embedded/eager.rb, line 17
def preload
end