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