From 1cab075ebc3f16113c7dc547a8c3318b500c9c98 Mon Sep 17 00:00:00 2001 From: Jason Gessner Date: Sat, 4 Jun 2022 22:39:46 -0500 Subject: [PATCH] Card Cycle: Remove description for now, add date_release to API. --- app/resources/api/v3/public/card_cycle_resource.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/resources/api/v3/public/card_cycle_resource.rb b/app/resources/api/v3/public/card_cycle_resource.rb index 75f1256e..4e8b34d4 100644 --- a/app/resources/api/v3/public/card_cycle_resource.rb +++ b/app/resources/api/v3/public/card_cycle_resource.rb @@ -4,7 +4,7 @@ module Public class Api::V3::Public::CardCycleResource < JSONAPI::Resource immutable - attributes :name, :description, :updated_at + attributes :name, :date_release, :updated_at key_type :string has_many :card_sets