implemented moderator dashboard queue
This commit is contained in:
4
test/factories/mod_action.rb
Normal file
4
test/factories/mod_action.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
Factory.define(:mod_action) do |f|
|
||||
f.creator {|x| x.association(:user)}
|
||||
f.description "1234"
|
||||
end
|
||||
Reference in New Issue
Block a user