method
eager_load!
rails latest stable - Class:
ActiveModel
eager_load!()public
No documentation available.
# File activemodel/lib/active_model.rb, line 76
def self.eager_load!
super
ActiveModel::Serializers.eager_load!
end eager_load!()No documentation available.
# File activemodel/lib/active_model.rb, line 76
def self.eager_load!
super
ActiveModel::Serializers.eager_load!
end