We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c600632 commit 329f70bCopy full SHA for 329f70b
app/resources/card_resource.rb
@@ -74,7 +74,7 @@ class CardResource < ApplicationResource # rubocop:disable Metrics/ClassLength
74
75
unless @object.num_extra_faces.zero?
76
@object.face_indices.each do |index|
77
- f = { index: }
+ f = { index:, images: images(@object.latest_printing_id, index) }
78
f[:base_link] = @object.faces_base_link[index] if @object.faces_base_link[index]
79
f[:display_subtypes] = @object.faces_display_subtypes[index] if @object.faces_display_subtypes[index]
80
f[:card_subtype_ids] = @object.faces_card_subtype_ids[index].compact if @object.faces_card_subtype_ids[index]
0 commit comments