This commit is contained in:
r888888888
2013-07-24 17:39:10 -07:00
parent 4cc452c682
commit b94d6e1693

View File

@@ -2,7 +2,7 @@ class ForumTopic < ActiveRecord::Base
CATEGORIES = {
0 => "General",
1 => "Tags",
2 => "Bugs & Suggestions"
2 => "Bugs & Features"
}
attr_accessible :title, :original_post_attributes, :category_id, :as => [:member, :builder, :gold, :platinum, :contributor, :janitor, :moderator, :admin, :default]