anthonymidili/Bullhorn

View on GitHub
app/views/posts/_post.json.jbuilder

Summary

Maintainability
Test Coverage
json.extract! post, :id, :body, :user_id, :created_at, :updated_at
json.url post_url(post, format: :json)