implemented moderator dashboard queue
This commit is contained in:
3
app/models/mod_action.rb
Normal file
3
app/models/mod_action.rb
Normal file
@@ -0,0 +1,3 @@
|
||||
class ModAction < ActiveRecord::Base
|
||||
belongs_to :creator, :class_name => "User"
|
||||
end
|
||||
Reference in New Issue
Block a user