4 lines
144 B
Ruby
4 lines
144 B
Ruby
json.extract! post, :id, :content, :user_id, :created_at, :updated_at
|
|
json.url post_url(post, format: :json)
|
|
|
|
json.quoted_post(post.quoted_post) |