Method: Sequel::Plugins::Touch::ClassMethods#freeze

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

#freezeObject

Freeze the touched associations when freezing the model class.



64
65
66
67
68
# File 'lib/sequel/plugins/touch.rb', line 64

def freeze
  @touched_associations.freeze

  super
end