Methods

Files

Class/Module Index [+]

Quicksearch

Sequel::Plugins::ModificationDetection::ClassMethods

Public Instance Methods

call(_) click to toggle source

Calculate the hashes for all of the column values, so that they can be compared later to determine if the column value has changed.

# File lib/sequel/plugins/modification_detection.rb, line 34
def call(_)
  v = super
  v.calculate_values_hashes
  v
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.