Project show and edit

This commit is contained in:
2025-06-22 00:52:49 +03:00
parent ab477cb37c
commit 717e64a034
12 changed files with 80 additions and 0 deletions
+5
View File
@@ -4,4 +4,9 @@ class Project < ApplicationRecord
has_many :tasks
has_rich_text :description
def to_param
return unless id
code
end
end