fog / fog-core

fog's core, shared behaviors without API and provider specifics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Model::reload does not update associations

joshuabach opened this issue · comments

When calling .reload on a model Foo, the attributes are updated, but the associations remain the same, even if Foo.get loaded new elements in an association.

Fixed with #218. See also the discussion at #217