Move github source to private server
This commit is contained in:
@@ -4,6 +4,7 @@ class Task < ApplicationRecord
|
||||
belongs_to :creator, class_name: 'User'
|
||||
|
||||
has_many :task_activities, dependent: :destroy
|
||||
has_many :comments, dependent: :destroy
|
||||
|
||||
enum priority: {
|
||||
planning: 'planning',
|
||||
|
||||
Reference in New Issue
Block a user