elanalynn/book-club

View on GitHub
app/views/notes/_note.json.jbuilder

Summary

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