Class: Arel::Table

Inherits:
Object
  • Object
show all
Defined in:
lib/active_record_upsert/arel/crud.rb

Instance Method Summary collapse

Instance Method Details

#create_on_conflict_do_updateObject



14
15
16
# File 'lib/active_record_upsert/arel/crud.rb', line 14

def create_on_conflict_do_update
  OnConflictDoUpdateManager.new
end