6 lines
109 B
Ruby

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