Model::reload does not update associations
joshuabach opened this issue · comments
Joshua Bachmeier commented
When calling .reload
on a model Foo
, the attributes are updated, but the associations remain the same, even if Foo.get
load
ed new elements in an association.
Joshua Bachmeier commented