method

eager_loading?

eager_loading?()
public

No documentation available.

# File activerecord/lib/active_record/relation.rb, line 335
    def eager_loading?
      @should_eager_load ||= (@eager_load_values.any? || (@includes_values.any? && references_eager_loaded_tables?))
    end