FEATURE: serialize and update category custom_fields

- send to client
- update from client
This commit is contained in:
Sam Saffron
2015-06-10 06:07:37 +10:00
parent 79027c2775
commit e3fa27a01c
4 changed files with 10 additions and 2 deletions

View File

@@ -146,6 +146,7 @@ class CategoriesController < ApplicationController
:background_url,
:allow_badges,
:slug,
:custom_fields => [params[:custom_fields].try(:keys)],
:permissions => [*p.try(:keys)])
end
end