Method: ActiveEntity::Associations.eager_load!

Defined in:
lib/active_entity/associations.rb

.eager_load!Object



58
59
60
61
# File 'lib/active_entity/associations.rb', line 58

def self.eager_load!
  super
  Embeds.eager_load!
end