# File lib/active_record/validations.rb, line 48 def save!(options={}) perform_validations(options) ? super : raise(RecordInvalid.new(self)) end