FIX: Associate category logo and background to uploads record.

This commit is contained in:
Guo Xiang Tan
2016-12-02 15:15:34 +08:00
parent beb8245d04
commit 9a800107cb
19 changed files with 105 additions and 45 deletions

View File

@@ -0,0 +1,3 @@
class CategoryUploadSerializer < ApplicationSerializer
attributes :id, :url
end