Closed davidpdrsn closed 5 years ago
I was thinking that load_children didn't really make sense for and HasManyThrough. Turns out it doesn't get called at all. That is kinda weird and should probably be cleaned up. Having to add unreachable!() inside that method is odd.
load_children
HasManyThrough
unreachable!()
I was thinking that
load_children
didn't really make sense for andHasManyThrough
. Turns out it doesn't get called at all. That is kinda weird and should probably be cleaned up. Having to addunreachable!()
inside that method is odd.