method
before_committed!
v7.1.3.2 -
Show latest stable
- Class:
ActiveRecord::TouchLater
before_committed!()public
No documentation available.
# File activerecord/lib/active_record/touch_later.rb, line 6
def before_committed!
touch_deferred_attributes if has_defer_touch_attrs? && persisted?
super
end