parsley/app/views/notes/_note.json.jbuilder

2 lines
85 B
Plaintext
Raw Normal View History

2016-10-14 12:19:00 -05:00
json.extract! note, :id, :content, :created_at
json.url note_url(note, format: :json)