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