MattZhao/AtRisk

View on GitHub
app/views/news/_news.json.jbuilder

Summary

Maintainability
Test Coverage
json.extract! news, :id, :title, :content, :created_at, :updated_at
json.url news_url(news, format: :json)