Apologies if this is a stupid question. Is there any convenient way I can override or overload save()?
The docs explicitly says that an extension will not overwrite a DataMapper method, so I can't do it that way. I could modify save() in the core Datamapper library but I'd rather not mess with that. I could do it in each model but I have a lot of models so that's a lot of duplicate code.