mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-05-01 08:25:18 -04:00
add post_number to PostWordpressSerializer
This commit is contained in:
parent
e222d3d2c8
commit
46ac98d34d
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
# The most basic attributes of a topic that we need to create a link for it.
|
# The most basic attributes of a topic that we need to create a link for it.
|
||||||
class PostWordpressSerializer < BasicPostSerializer
|
class PostWordpressSerializer < BasicPostSerializer
|
||||||
|
attributes :post_number
|
||||||
|
|
||||||
include UrlHelper
|
include UrlHelper
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue