module ActiveModel::Serializers::EagerLoading
Public Instance Methods
eager_load!()
click to toggle source
Calls superclass method
# File lib/active_model/serializers.rb, line 19 def eager_load! super ActiveModel::Serializers.eager_load! end