activemodel-datastore
activemodel-datastore copied to clipboard
Dirty tracking clarification
I noticed that the dirty tracking "is to be documented" in the readme. I played around with it and noticed to my surprise that changes are not wiped after a successful save/save! is it intentional that one would have to manually call reload! on the objects to reset the change tracking after a save to data store?
Hi @NielsKSchjoedt. The dirty tracking is a feature that was never completed.