Files
doable/app/views/todos/_todo.json.jbuilder
Tarek Belkahia 6776729eab
Some checks failed
CI / scan_ruby (push) Has been cancelled
CI / scan_js (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
CI / system-test (push) Has been cancelled
Scaffold Todo
2025-10-27 10:18:59 +01:00

3 lines
110 B
Ruby

json.extract! todo, :id, :name, :description, :created_at, :updated_at
json.url todo_url(todo, format: :json)