card image selection

This commit is contained in:
2022-12-19 09:53:25 +02:00
parent 5654bb0743
commit 5d4da2c032
5 changed files with 11 additions and 9 deletions

View File

@ -20,6 +20,10 @@ module Merged
section = Section.find(section_id)
"Select image for Section #{section.index} : #{section.header}"
end
def card_text
card = Card.find(card_id)
"Select image for Card #{card.index} : #{card.header}"
end
end