Method: Sequel::Plugins::Touch::ClassMethods#freeze
- Defined in:
- lib/sequel/plugins/touch.rb
#freeze ⇒ Object
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 |