Class: Arel::Table
- Inherits:
-
Object
- Object
- Arel::Table
- Defined in:
- lib/active_record_upsert/arel/crud.rb
Instance Method Summary collapse
Instance Method Details
#create_on_conflict_do_update ⇒ Object
14 15 16 |
# File 'lib/active_record_upsert/arel/crud.rb', line 14 def create_on_conflict_do_update OnConflictDoUpdateManager.new end |