Sha256: 4f7c88ba651f2825b179bedc1233d9b89b8df0c812370d37741b5a0fd94aaa5a
Contents?: true
Size: 254 Bytes
Versions: 12
Compression:
Stored size: 254 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
12 entries across 12 versions & 1 rubygems