UI still a tad rough, but we have a first pass of secure categories

This commit is contained in:
Sam
2013-05-10 16:47:47 +10:00
parent 4030722a8f
commit 942f168ab6
16 changed files with 127 additions and 42 deletions

View File

@ -48,7 +48,7 @@ class CategoriesController < ApplicationController
end
def category_param_keys
[required_param_keys, :hotness].flatten!
[required_param_keys, :hotness, :secure, :group_names].flatten!
end
def category_params