forgeplus/app/models/project_category.rb

6 lines
84 B
Ruby

class ProjectCategory < ApplicationRecord
include Projectable
has_ancestry
end