So I’m trying to perform a query on the model’s great granchildren. The relationship is like this…
match>match>match>player
And tournament model:
class Tournament :destroy
has
So I’m trying to perform a query on the model’s great granchildren. The relationship is like this…
match>match>match>player
And tournament model:
class Tournament :destroy
has