Update GridObject blueprints with view
This commit is contained in:
parent
33775539cd
commit
747ffbc4ff
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue