otwarchive-sunsetarchive/factories/wrangling_assignments.rb

9 lines
117 B
Ruby
Raw Permalink Normal View History

2026-03-17 05:16:49 +00:00
# frozen_string_literal: true
FactoryBot.define do
factory :wrangling_assignment do
user
fandom
end
end