Method: Sequel::Plugins::Touch::ClassMethods#touch_column
- Defined in:
- lib/sequel/plugins/touch.rb
permalink #touch_column ⇒ Object
The column to modify when touching a model instance, as a symbol. Also used as the default column when touching associations, if the associations don’t specify a column.
54 55 56 |
# File 'lib/sequel/plugins/touch.rb', line 54 def touch_column @touch_column end |