add grid_artifact and weapon_series to party show includes
This commit is contained in:
parent
56280eb0ff
commit
981feff814
1 changed files with 2 additions and 2 deletions
|
|
@ -260,9 +260,9 @@ module Api
|
|||
def set_from_slug
|
||||
@party = Party.includes(
|
||||
:user, :job, { raid: :group },
|
||||
{ characters: %i[character awakening] },
|
||||
{ characters: [:character, :awakening, :grid_artifact] },
|
||||
{ weapons: {
|
||||
weapon: [:awakenings],
|
||||
weapon: [:awakenings, :weapon_series],
|
||||
awakening: {},
|
||||
weapon_key1: {},
|
||||
weapon_key2: {},
|
||||
|
|
|
|||
Loading…
Reference in a new issue