# File lib/active_model/validations.rb, line 227
    def run_validations!
      run_callbacks :validate
      errors.empty?
    end