Files
doable/app/models/todo.rb
Tarek Belkahia 9f42deee95
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
Add references between projects and todos
2025-10-27 13:48:15 +01:00

4 lines
57 B
Ruby

class Todo < ApplicationRecord
belongs_to :project
end