@@ -6,11 +6,11 @@ class Api::V3::Public::CardResource < JSONAPI::Resource
6
6
7
7
model_name 'UnifiedCard'
8
8
9
- attributes :stripped_title , :title , :card_type_id , :side_id , :faction_id
10
- attributes :advancement_requirement , : agenda_points, :base_link , :cost
11
- attributes :deck_limit , :in_restriction , :influence_cost , :influence_limit , :memory_cost
12
- attributes :minimum_deck_size , :num_printings , :printing_ids , : restriction_ids, :strength , :stripped_text , :text , :trash_cost
13
- attributes :is_unique , : card_subtype_ids, :display_subtypes , :attribution , :updated_at
9
+ attributes :stripped_title , :title , :card_type_id , :side_id , :faction_id , :advancement_requirement
10
+ attributes :agenda_points , :base_link , :cost , :deck_limit , :in_restriction , :influence_cost
11
+ attributes :influence_limit , :memory_cost , :minimum_deck_size , :num_printings , :printing_ids
12
+ attributes :date_release , :restriction_ids , :strength , :stripped_text , :text , :trash_cost , :is_unique
13
+ attributes :card_subtype_ids , :display_subtypes , :attribution , :updated_at
14
14
attributes :format_ids , :card_pool_ids , :snapshot_ids
15
15
16
16
# Synthesized attributes
0 commit comments