Method: ActiveModel.eager_load!
- Defined in:
- activemodel/lib/active_model.rb
.eager_load! ⇒ Object
76 77 78 79 |
# File 'activemodel/lib/active_model.rb', line 76 def self.eager_load! super ActiveModel::Serializers.eager_load! end |
76 77 78 79 |
# File 'activemodel/lib/active_model.rb', line 76 def self.eager_load! super ActiveModel::Serializers.eager_load! end |