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