Revert "FEATURE: Can create warnings for users via PM"

This reverts commit b0bfc1f93f.
This commit is contained in:
Robin Ward
2014-09-08 10:38:59 -04:00
parent b0bfc1f93f
commit 1c7559380c
37 changed files with 18 additions and 243 deletions

View File

@@ -1,5 +0,0 @@
class Warning < ActiveRecord::Base
belongs_to :user
belongs_to :topic
belongs_to :created_by, class_name: 'User'
end