mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 08:04:03 +08:00
8 lines
118 B
Ruby
8 lines
118 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
Fabricator(:dismissed_topic_user) do
|
||
|
user
|
||
|
topic
|
||
|
created_at { Time.zone.now }
|
||
|
end
|