AgileVentures / MetPlus_tracker

Git Repository for the Waffle issue in MetPlus project
2 stars 4 forks source link

Resume save! override #661

Closed patmbolger closed 6 years ago

patmbolger commented 7 years ago

In the Resume model, we override save in order to create the resume in the cruncher - but we don't override 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.