2017-09-21 12:37:53 +02:00

6 lines
109 B
Ruby

class Forum < ActiveRecord::Base
#attr_accessible :description, :title
has_many :forum_categories
end