method

eager_load!

rails latest stable - Class: ActiveModel

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v4.0.2) is shown here.

eager_load!()
public

No documentation available.

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