zhishi-engine/zhishi-backend

View on GitHub
app/views/comments/index.json.jbuilder

Summary

Maintainability
Test Coverage
json.comments do
  json.array!(@resource_comments) do |comment|
    json.partial! 'comment', comment: comment
  end
end

# json.renewal { json.partial! 'tokens/renewal', token: @token, user: @current_user } if @token