# File lib/big_record/base.rb, line 156
    def save!
      create_or_update || raise(RecordNotSaved)
    end