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