if both sides of relationship are new belongs_to side may not get reported back #173
Labels
bug
Something isn't working
ready-to-release
Internal Use Only: Has been fixed, specs passing and pushed to edge branch
Milestone
everything gets saved but in the return data the new instance of Foo will not be reported, and thus bar.foo will not have an id, and will look like its still "new". If you then
bar.save
again, another copy of Foo gets created.The text was updated successfully, but these errors were encountered: