mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-06 20:16:00 -04:00
Merge pull request #2903 from santouras/fix/adjust-wp-serializer
Add post_number to PostWordpressSerializer
This commit is contained in:
commit
9b5834ba4c
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.
|
||||
class PostWordpressSerializer < BasicPostSerializer
|
||||
attributes :post_number
|
||||
|
||||
include UrlHelper
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue