Sha256: fc4e83373e78be7e93378f24d372a3c59b8d5a64701b712ad8af8708806d8330
Contents?: true
Size: 238 Bytes
Versions: 3
Compression:
Stored size: 238 Bytes
Contents
json.partial! 'app_review', app_review: app_feedback json.comments do json.array! app_feedback[:comments] do |app_comment| next if app_comment['status'] == 'rejected' json.partial! 'comment', app_comment: app_comment end end
Version data entries
3 entries across 3 versions & 1 rubygems