2013-01-31 19:41:11 +01:00

6 lines
108 B
Ruby

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