No longer used

This commit is contained in:
Jason Zimdars
2025-04-16 18:57:47 -05:00
parent 7b3b5c471b
commit d257cb5fb6
+1 -1
View File
@@ -49,6 +49,6 @@ class CardsController < ApplicationController
end
def card_params
params.expect(card: [ :status, :title, :description, :color, :due_on, :image, :draft_comment, tag_ids: [] ])
params.expect(card: [ :status, :title, :description, :image, tag_ids: [] ])
end
end