Module: PredictiveLoad::ActiveRecordCollectionObservation::CollectionAssociationNotification

Defined in:
lib/predictive_load/active_record_collection_observation.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.included(base) ⇒ Object



82
83
84
# File 'lib/predictive_load/active_record_collection_observation.rb', line 82

def self.included(base)
  base.alias_method_chain :load_target, :notification
end

Instance Method Details

#load_target_with_notificationObject



86
87
88
89
90
# File 'lib/predictive_load/active_record_collection_observation.rb', line 86

def load_target_with_notification
  notify_collection_observer if find_target?

  load_target_without_notification
end