added Project model with project_name and Task model with title&status

This commit is contained in:
KaungKaung
2026-01-26 14:00:27 +06:30
parent 2f329bc8cf
commit de19e675c8
8 changed files with 53 additions and 0 deletions

2
app/models/task.rb Normal file
View File

@@ -0,0 +1,2 @@
class Task < ApplicationRecord
end