Method: Sequel::Plugins::Touch::ClassMethods#touch_column

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

#touch_columnObject

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.

[View source]

54
55
56
# File 'lib/sequel/plugins/touch.rb', line 54

def touch_column
  @touch_column
end