From 13eda41ff565d103c42c7eb27413bef25bf13d5d Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Sat, 3 Mar 2018 14:34:19 -0500 Subject: [PATCH] Fix lint errors --- app/controllers/categories_controller.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/categories_controller.rb b/app/controllers/categories_controller.rb index 62163e2a174..aaaf1ec7bd6 100644 --- a/app/controllers/categories_controller.rb +++ b/app/controllers/categories_controller.rb @@ -237,7 +237,6 @@ class CategoriesController < ApplicationController render_serialized(result, CategoryAndTopicListsSerializer, root: false) end - def required_param_keys [:name, :color, :text_color] end