method

init_internals

Importance_0
v8.0.0 - Show latest stable - 0 notes - Class: TouchLater
init_internals() private

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 49
      def init_internals
        super
        @_defer_touch_attrs = nil
      end
Register or log in to add new notes.