sillyforum/app/models/category.rb

5 lines
63 B
Ruby
Raw Permalink Normal View History

2026-03-17 12:49:38 +00:00
class Category < ApplicationRecord
has_many :forum_topics
end