Commit 221d2e3a authored by Alfredo Sumaran's avatar Alfredo Sumaran

Remove unnecesary param

parent b0bfd789
...@@ -105,7 +105,7 @@ class Projects::LabelsController < Projects::ApplicationController ...@@ -105,7 +105,7 @@ class Projects::LabelsController < Projects::ApplicationController
end end
def label_params def label_params
params.require(:label).permit(:title, :description, :color, :priority) params.require(:label).permit(:title, :description, :color)
end end
def label def label
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment