method
create_or_update
rails latest stable - Class:
ActiveRecord::Timestamp
create_or_update(touch: true, **)private
No documentation available.
# File activerecord/lib/active_record/timestamp.rb, line 123
def create_or_update(touch: true, **)
@_touch_record = touch
super
end