Drop unused body columns
This commit is contained in:
@@ -41,6 +41,6 @@ class BubblesController < ApplicationController
|
||||
end
|
||||
|
||||
def bubble_params
|
||||
params.require(:bubble).permit(:title, :body, :color, :due_on, :image, tag_ids: [])
|
||||
params.require(:bubble).permit(:title, :color, :due_on, :image, tag_ids: [])
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user