module Sequel::Plugins::ModificationDetection::ClassMethods
Public Instance Methods
Source
# File lib/sequel/plugins/modification_detection.rb 41 def call(_) 42 v = super 43 v.calculate_values_hashes 44 v 45 end
Calculate the hashes for all of the column values, so that they can be compared later to determine if the column value has changed.
Calls superclass method