Commit 61d46d8
Chris Kolodin
patch to serialize relationships w same foreign key
instead of fetching records using the foreign_key use the relationship
name instead. the value stored in the map under the foreign key contains
the records for the first relationship defined using that foreign
key. by contrast using the relationship name returns the records fetched
for the relationship defined with that name.1 parent 2733ad8 commit 61d46d8
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
318 | 318 | | |
319 | 319 | | |
320 | 320 | | |
321 | | - | |
322 | | - | |
| 321 | + | |
| 322 | + | |
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
| |||
0 commit comments