fix
This commit is contained in:
parent
a43f6714de
commit
0970a402c8
|
@ -20,4 +20,7 @@ class ProjectCategory < ApplicationRecord
|
||||||
include Projectable
|
include Projectable
|
||||||
has_ancestry
|
has_ancestry
|
||||||
|
|
||||||
|
def logo_url
|
||||||
|
""
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
json.project_categories @project_categories, :id, :name
|
json.project_categories @project_categories, :id, :name, :logo_url
|
||||||
|
|
Loading…
Reference in New Issue