2 lines
85 B
Plaintext
2 lines
85 B
Plaintext
|
json.extract! note, :id, :content, :created_at
|
||
|
json.url note_url(note, format: :json)
|