1
0
mirror of https://github.com/discourse/discourse.git synced 2025-03-09 14:34:35 +00:00
2013-03-18 10:08:08 -04:00

5 lines
108 B
Ruby

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