method
create_or_update
v8.0.0 -
Show latest stable
- Class:
ActiveRecord::Callbacks
create_or_update(**)private
No documentation available.
# File activerecord/lib/active_record/callbacks.rb, line 440
def create_or_update(**)
_run_save_callbacks { super }
end