zhishi-engine/zhishi-backend

View on GitHub
app/views/questions/_search_result.json.jbuilder

Summary

Maintainability
Test Coverage
json.extract! question, :id, :title, :content, :comments_count, :answers_count, :views
json.user do
  json.extract! question.user, :name, :email
end
json.url question_url(question.id)