Move github source to private server
This commit is contained in:
6
app/models/comment.rb
Normal file
6
app/models/comment.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
class Comment < ApplicationRecord
|
||||
belongs_to :user
|
||||
belongs_to :task
|
||||
|
||||
validates :content, presence: true
|
||||
end
|
||||
Reference in New Issue
Block a user