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