method

save_with_validation!

rails latest stable - Class: ActiveRecord::Validations

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2.3.8) is shown here.

save_with_validation!()
public

Attempts to save the record just like Base#save but will raise a RecordInvalid exception instead of returning false if the record is not valid.