FEATURE: manage Permalinks

This commit is contained in:
Arpit Jalan
2015-07-15 18:24:28 +05:30
parent 7f43653cad
commit dc90c396f2
16 changed files with 296 additions and 1 deletions

View File

@ -0,0 +1,3 @@
class PermalinkSerializer < ApplicationSerializer
attributes :id, :url, :topic_id, :post_id, :category_id, :external_url
end