Method: ActiveRecord::TouchLater#before_committed!
- Defined in:
- lib/active_record/touch_later.rb
#before_committed! ⇒ Object
:nodoc:
6 7 8 9 |
# File 'lib/active_record/touch_later.rb', line 6 def before_committed! touch_deferred_attributes if has_defer_touch_attrs? && persisted? super end |