# File lib/active_record/persistence.rb, line 55
    def save!(*)
      create_or_update || raise(RecordNotSaved)
    end