1
0
mirror of https://github.com/discourse/discourse.git synced 2025-03-09 14:34:35 +00:00
2015-04-24 14:37:16 -04:00

6 lines
109 B
Ruby

Fabricator(:flag, from: :post_action) do
user
post
post_action_type_id PostActionType.types[:spam]
end