Project show and edit
This commit is contained in:
@@ -4,4 +4,9 @@ class Project < ApplicationRecord
|
||||
has_many :tasks
|
||||
|
||||
has_rich_text :description
|
||||
|
||||
def to_param
|
||||
return unless id
|
||||
code
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user