method

eager_load!

rails latest stable - Class: ActiveRecord

Method not available on this version

This method is only available on newer versions. The first available version (v4.0.2) is shown here.

eager_load!()
public

No documentation available.

# File activerecord/lib/active_record.rb, line 158
  def self.eager_load!
    super
    ActiveRecord::Locking.eager_load!
    ActiveRecord::Scoping.eager_load!
    ActiveRecord::Associations.eager_load!
    ActiveRecord::AttributeMethods.eager_load!
    ActiveRecord::ConnectionAdapters.eager_load!
  end