fixing bug

This commit is contained in:
Jared Cosulich 2018-07-21 12:12:29 -04:00
parent 5cecfc8374
commit d92d87b643
2 changed files with 0 additions and 8 deletions

View file

@ -84,6 +84,5 @@ class CategoriesController < ApplicationController
# Never trust parameters from the scary internet, only allow the white list through.
def category_params
params.require(:category).permit(:name, :blurb, :description, :external_id, :parent_category_id)
raise params.inspect
end
end