5 lines
63 B
Ruby
5 lines
63 B
Ruby
|
|
class Category < ApplicationRecord
|
||
|
|
has_many :forum_topics
|
||
|
|
end
|
||
|
|
|