class

ActiveModel::Validations::ValidationError

v7.1.3.2 - Show latest stable - Superclass: StandardError

Active Model ValidationError

Raised by validate! when the model is invalid. Use the model method to retrieve the record which did not validate.

begin
  complex_operation_that_internally_calls_validate!
rescue ActiveModel::ValidationError => invalid
  puts invalid.model.errors
end

Attributes

[R]model

Files

  • activemodel/lib/active_model/validations.rb