osunyorg/admin

View on GitHub
app/views/api/osuny/communication/websites/posts/index.json.jbuilder

Summary

Maintainability
Test Coverage
json.array! @posts.each do |post|
  json.id post.id
  json.title post.title
end