Closed patmbolger closed 6 years ago
In the Resume model, we override save in order to create the resume in the cruncher - but we don't override save!.
Resume
save
save!
This means that if we call save! then the résumé is not saved/updated in the cruncher.
We should override save! and raise an exception - with a clear message as to what this exception means.
In the
Resume
model, we overridesave
in order to create the resume in the cruncher - but we don't overridesave!
.This means that if we call
save!
then the résumé is not saved/updated in the cruncher.We should override
save!
and raise an exception - with a clear message as to what this exception means.