mirror of
https://ghfast.top/https://github.com/discourse/discourse-topic-voting.git
synced 2026-07-16 11:26:36 +08:00
6 lines
127 B
Ruby
6 lines
127 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator(:topic_voting_votes, class_name: "DiscourseTopicVoting::Vote") do
|
|
user
|
|
topic
|
|
end
|