This commit is contained in:
João Victor Geonizeli
2022-02-27 17:02:37 -03:00
parent 53c7d35d74
commit 1d692b31f8
13 changed files with 258 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
json.extract! post, :id, :content, :user_id, :created_at, :updated_at
json.url post_url(post, format: :json)
json.quoted_post(post.quoted_post)