Feedback from model callbacks

I’ve overridden some of the default ActiveRecord setters in my model, to
conditionally perform some changes behind the scenes.

However I’m having trouble notifying the user that these changes have
been made,
as the flash isn’t accessible from the model.

Any ideas how I can get around it?