method

create_or_update

create_or_update(touch: true, **)
private

No documentation available.

# File activerecord/lib/active_record/timestamp.rb, line 125
    def create_or_update(touch: true, **)
      @_touch_record = touch
      super
    end