Module: Sequel::Plugins::AssociationAutoreloading::ClassMethods

Defined in:
lib/sequel/plugins/association_autoreloading.rb

Instance Attribute Summary collapse

Instance Attribute Details

#autoreloading_associationsObject (readonly)

Hash with column symbol keys and arrays of many_to_one association symbols that should be cleared when the column value changes.



23
24
25
# File 'lib/sequel/plugins/association_autoreloading.rb', line 23

def autoreloading_associations
  @autoreloading_associations
end