Sha256: 00554f049d1f9a4baafbae1886c8df53cf35492a76791cbb837a7d8aaf2a639d
Contents?: true
Size: 253 Bytes
Versions: 64
Compression:
Stored size: 253 Bytes
Contents
json.comments post.the_comments.decorate do |comment| json.extract! comment, :id, :user_id, :content, :is_anonymous json.children comment.the_answers.decorate do |children| json.extract! children, :id, :user_id, :content, :is_anonymous end end
Version data entries
64 entries across 64 versions & 2 rubygems