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