method

eager_load!

eager_load!()
public

No documentation available.

# File activemodel/lib/active_model.rb, line 76
  def self.eager_load!
    super
    ActiveModel::Serializers.eager_load!
  end