hydra_attribute
hydra_attribute copied to clipboard
[0.4.2] .changed? returns `false`
With an entity product
stored with product.color = 'red'
using product.assign_attribute(color: 'blue')
and product.changed?
returns false
where it should be true
.