method

before_committed!

Importance_0
v7.0.0 - Show latest stable - 0 notes - Class: TouchLater
before_committed!() public

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/touch_later.rb, line 6
    def before_committed!
      touch_deferred_attributes if has_defer_touch_attrs? && persisted?
      super
    end
Register or log in to add new notes.