With save!
validations always run. If any of them fail ActiveRecord::RecordInvalid
gets raised.
Try
.save(validate: false)
With save!
validations always run. If any of them fail ActiveRecord::RecordInvalid
gets raised.
Try
.save(validate: false)