method

before_committed!

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