Add and change a due date on bubbles

This commit is contained in:
Jason Zimdars
2024-09-13 15:26:35 -05:00
parent 72601f3c0d
commit 4b7fc61136
8 changed files with 59 additions and 6 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ class BubblesController < ApplicationController
end
def bubble_params
params.require(:bubble).permit(:title, :body, :color, :image, :remove_image, tag_ids: [])
params.require(:bubble).permit(:title, :body, :color, :due_on, :image, :remove_image, tag_ids: [])
end
def remove_image