Files
gitlink-forgeplus/app/models/project_category.rb
2020-03-09 00:40:16 +08:00

6 lines
84 B
Ruby

class ProjectCategory < ApplicationRecord
include Projectable
has_ancestry
end