parent
b52f0e9841
commit
610dd03023
@ -1,2 +1,3 @@
|
||||
json.(@reply, :id, :subject, :content, :hidden, :forum_id, :author_id, :all_replies_count, :is_md, :parent_id, :root_id,
|
||||
:reward, :sticky, :updated_at, :created_at, :viewed_count)
|
||||
json.(@reply, :id, :subject, :hidden, :forum_id, :author_id, :all_replies_count, :is_md, :parent_id, :root_id,
|
||||
:reward, :sticky, :updated_at, :created_at, :viewed_count)
|
||||
json.content content_safe(@reply.content)
|
Loading…
Reference in new issue