method

upsert

rails latest stable - Class: ActiveRecord::Relation

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

upsert(attributes, **kwargs)
public

Updates or inserts (upserts) a single record into the database in a single SQL INSERT statement. It does not instantiate any models nor does it trigger Active Record callbacks or validations. Though passed values go through Active Record’s type casting and serialization.

See #upsert_all for documentation.