maestrano/mno-enterprise

View on GitHub
api/app/views/mno_enterprise/jpi/v1/app_comments/index.json.jbuilder

Summary

Maintainability
Test Coverage
json.app_comments do
  json.array! @app_reviews do |app_comment|
    json.partial! 'resource', app_comment: app_comment
  end
end