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



60
61
62
# File 'lib/predictive_load/active_record_collection_observation.rb', line 60

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

Instance Method Details

#load_target_with_notificationObject



64
65
66
67
68
# File 'lib/predictive_load/active_record_collection_observation.rb', line 64

def load_target_with_notification
  notify_collection_observer if find_target?

  load_target_without_notification
end