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