migrated db and defined Proj & Task relationship

This commit is contained in:
KaungKaung
2026-01-26 14:36:16 +06:30
parent de19e675c8
commit e0ac034974
5 changed files with 32 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
class Task < ApplicationRecord
balongs_to :project
end