activemodel / kales.activemodel / NoneId

NoneId

object NoneId : MaybeRecordId

ID for records that are only in-memory and not persisted in the database yet (or at all) Since ApplicationRecord IDs are generated (auto-increment), they should not be set when instantiating an object and instead auto assigned when persisting it to the database.