Hi,
I want to add a column that would get calculated automatically
whenever I update an object.
For example, a checksum, of other columns in the model.
It should run whenever I do save, save!, update_attributes, etc.
Where would be a logical place to add this in my model?
Thanks,
Helzer