Files
flagship/app/models/project_category.rb

4 lines
66 B
Ruby

class ProjectCategory < ApplicationRecord
has_many :projects
end