anthonymidili/Bullhorn

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

Summary

Maintainability
Test Coverage
json.extract! comment, :id, :body, :created_at, :updated_at
json.url comment_url(comment, format: :json)