method

eager_load!

eager_load!()
public

No documentation available.

# File activemodel/lib/active_model.rb, line 63
  def eager_load!
    super
    ActiveModel::Serializer.eager_load!
  end