hzamani / active_record-acts_as

Simulate multi-table inheritance for activerecord models
MIT License
252 stars 86 forks source link

change changed? by saved_changes? on after_update callback #89

Closed jefree closed 7 years ago

jefree commented 7 years ago

I just replace changed? by saved_changes? in the after_update callback as recommended.