mod actions: add options to filter /mod_actions by subject.
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
FactoryBot.define do
|
||||
factory(:mod_action) do
|
||||
creator :factory => :user
|
||||
description {"1234"}
|
||||
category {"other"}
|
||||
creator factory: :user
|
||||
subject factory: :post
|
||||
description { "undeleted post ##{subject_id}" }
|
||||
category { "post_undelete" }
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user