module ActiveRecord::TouchLater
def before_committed!
= Active Record Touch Later
def before_committed! touch_deferred_attributes if has_defer_touch_attrs? && persisted? super end
def before_committed! touch_deferred_attributes if has_defer_touch_attrs? && persisted? super end