This commit is contained in:
yystopf 2021-10-27 14:38:30 +08:00
parent a43f6714de
commit 0970a402c8
2 changed files with 4 additions and 1 deletions

View File

@ -20,4 +20,7 @@ class ProjectCategory < ApplicationRecord
include Projectable include Projectable
has_ancestry has_ancestry
def logo_url
""
end
end end

View File

@ -1 +1 @@
json.project_categories @project_categories, :id, :name json.project_categories @project_categories, :id, :name, :logo_url