many_to_many with non-default attribute not preloading...
So, I have a many to many relationship I'm strugling with. It must be something silly, but I just can't make it work.
I have a resource called
The join table is called
Any help would be greatly appreciated. Basically it is not loading the games correctly for the playlist. Addng the full resources made the post too long, so hopefully this will shed enough light...
I have a resource called
Game, which is actually for a table called assets, so in the join table one of the attributes is asset_id and not game_id.The join table is called
playlist_entriesAny help would be greatly appreciated. Basically it is not loading the games correctly for the playlist. Addng the full resources made the post too long, so hopefully this will shed enough light...
PlaylistPlaylistEntryGame