Sha256: 87242b70687b509af80f721d171193e9d6ebcd684561519ec4cf40120f182bf6
Contents?: true
Size: 190 Bytes
Versions: 8
Compression:
Stored size: 190 Bytes
Contents
json.partial! 'app_review', app_review: app_feedback json.comments do json.array! app_feedback[:comments] do |app_comment| json.partial! 'comment', app_comment: app_comment end end
Version data entries
8 entries across 7 versions & 1 rubygems