forked from jasder/forgeplus
6 lines
84 B
Ruby
6 lines
84 B
Ruby
|
class ProjectCategory < ApplicationRecord
|
||
|
include Projectable
|
||
|
has_ancestry
|
||
|
|
||
|
end
|