active_fedora
active_fedora copied to clipboard
ActiveFedora::Persistence.save! should raise an error if the update_or_create fails
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.
Strongly agree. That's what the !
should mean.