eav_hashes
eav_hashes copied to clipboard
Register value changes on updates
Because we are not updating the attribute right away, ActiveRecord doesn't
know the value has changed, and thus entry.changes is empty. Let's notify
the value change and be able to rely on changes notificacions.