From 979d28be759039975f73ba994f9fe33d7c63b20e Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Wed, 21 Dec 2022 16:20:04 -0800 Subject: [PATCH] Update party_blueprint.rb --- app/blueprints/api/v1/party_blueprint.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/blueprints/api/v1/party_blueprint.rb b/app/blueprints/api/v1/party_blueprint.rb index 969760c..d3e9695 100644 --- a/app/blueprints/api/v1/party_blueprint.rb +++ b/app/blueprints/api/v1/party_blueprint.rb @@ -37,6 +37,9 @@ module Api view :full do include_view :preview + include_view :summons + include_view :characters + fields :description, :extra field :job_skills do |job| @@ -47,9 +50,6 @@ module Api '3' => !job.skill3.nil? ? JobSkillBlueprint.render_as_hash(job.skill3) : nil } end - - include_view :summons - include_view :characters end view :collection do