2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-03 08:39:21 +08:00

Fix lint errors

This commit is contained in:
Robin Ward 2018-03-03 14:34:19 -05:00
parent 31e3bf6d8d
commit 13eda41ff5

View file

@ -237,7 +237,6 @@ class CategoriesController < ApplicationController
render_serialized(result, CategoryAndTopicListsSerializer, root: false)
end
def required_param_keys
[:name, :color, :text_color]
end