add post_number to PostWordpressSerializer

This commit is contained in:
Jude Aakjaer 2014-10-23 03:02:06 +00:00
parent e222d3d2c8
commit 46ac98d34d

View File

@ -1,5 +1,6 @@
# The most basic attributes of a topic that we need to create a link for it.
class PostWordpressSerializer < BasicPostSerializer
attributes :post_number
include UrlHelper