Skipping Validations

suggest change

Use following methods if you want to skip the validations. These methods will save the object to the database even if it is invalid.

You can also skip validation while saving by passing validate as an argument to save

User.save(validate: false)

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


ActiveRecord validations:
*Skipping Validations

Table Of Contents
11ActiveRecord validations
55CSV