diff --git a/app/controllers/cards_controller.rb b/app/controllers/cards_controller.rb index 1eed61b62..c2c932cb5 100644 --- a/app/controllers/cards_controller.rb +++ b/app/controllers/cards_controller.rb @@ -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