anthonymidili/Bullhorn

View on GitHub
app/views/messages/_message.json.jbuilder

Summary

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