laserlemon / vestal_versions

Keep a DRY history of your ActiveRecord models' changes
MIT License
933 stars 229 forks source link

Determining when a property was changed to something #77

Open sumeetjain opened 13 years ago

sumeetjain commented 13 years ago

Say I have a list of ice cream flavors in a table. Columns include 'name', 'category', and 'price'. And flavors is versioned.

Right now, the 'price' of chocolate is $5. I'd like to be able to figure out when the chocolate flavor's price was changed to $10. Is that something this gem would allow me to do?

I'm fairly new to this, so please forgive what might be a simplistic question.