method

_touch_row

_touch_row(attribute_names, time)
private

No documentation available.

# File activerecord/lib/active_record/locking/optimistic.rb, line 72
        def _touch_row(attribute_names, time)
          super
        ensure
          clear_attribute_change(self.class.locking_column) if locking_enabled?
        end