method
_touch_row
v6.1.3.1 -
Show latest stable
- Class:
ActiveRecord::Locking::Optimistic
_touch_row(attribute_names, time)private
No documentation available.
# File activerecord/lib/active_record/locking/optimistic.rb, line 82
def _touch_row(attribute_names, time)
@_touch_attr_names << self.class.locking_column if locking_enabled?
super
end