Flowdock
method

_touch_row

Importance_0
v5.1.7 - Show latest stable - 0 notes - Class: ActiveRecord::Locking::Optimistic
_touch_row(attribute_names, time) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# 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
Register or log in to add new notes.