Module: PredictiveLoad::ActiveRecordCollectionObservation::AssociationNotification

Defined in:
lib/predictive_load/active_record_collection_observation.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.included(base) ⇒ Object



37
38
39
# File 'lib/predictive_load/active_record_collection_observation.rb', line 37

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

Instance Method Details

#load_target_with_notificationObject



41
42
43
44
45
# File 'lib/predictive_load/active_record_collection_observation.rb', line 41

def load_target_with_notification
  notify_collection_observer if find_target?

  load_target_without_notification
end