mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
fix
This commit is contained in:
@@ -20,4 +20,7 @@ class ProjectCategory < ApplicationRecord
|
||||
include Projectable
|
||||
has_ancestry
|
||||
|
||||
def logo_url
|
||||
""
|
||||
end
|
||||
end
|
||||
|
||||
@@ -1 +1 @@
|
||||
json.project_categories @project_categories, :id, :name
|
||||
json.project_categories @project_categories, :id, :name, :logo_url
|
||||
|
||||
Reference in New Issue
Block a user