active_fedora icon indicating copy to clipboard operation
active_fedora copied to clipboard

ActiveFedora::Persistence.save! should raise an error if the update_or_create fails

Open carolyncole opened this issue 9 years ago • 1 comments

currently save and save! just return false if an error occurs during the save.

Particularly if ActiveFedora::File.content is nil save! should raise an error about the that.

carolyncole avatar Jun 25 '15 20:06 carolyncole

Strongly agree. That's what the ! should mean.

atz avatar Jun 02 '17 02:06 atz