Update GridObject blueprints with view

This commit is contained in:
Justin Edmund 2022-12-21 20:39:17 -08:00
parent 33775539cd
commit 747ffbc4ff
3 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ module Api
view :full do
include_view :nested
association :party, blueprint: PartyBlueprint
association :party, blueprint: PartyBlueprint, view: :preview
end
end
end

View file

@ -17,7 +17,7 @@ module Api
view :full do
include_view :nested
association :party, blueprint: PartyBlueprint
association :party, blueprint: PartyBlueprint, view: :preview
end
end
end

View file

@ -36,7 +36,7 @@ module Api
view :full do
include_view :nested
association :party, blueprint: PartyBlueprint
association :party, blueprint: PartyBlueprint, view: :preview
end
end
end