added bans

This commit is contained in:
albert
2010-02-19 17:30:11 -05:00
parent 09cca6f631
commit 703eb6a1b6
11 changed files with 478 additions and 11 deletions

View File

@@ -0,0 +1,5 @@
class UserFeedback < ActiveRecord::Base
set_table_name "user_feedback"
belongs_to :user
attr_accessible :body, :user_id, :is_positive
end