method
data_available?
rails latest stable - Class:
ActiveRecord::Associations::Preloader::ThroughAssociation
data_available?()private
No documentation available.
# File activerecord/lib/active_record/associations/preloader/through_association.rb, line 67
def data_available?
owners.all? { |owner| loaded?(owner) } ||
through_preloaders.all?(&:run?) && source_preloaders.all?(&:run?)
end