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