otwarchive-symphonyarchive/factories/wrangling_assignments.rb

9 lines
117 B
Ruby
Raw Normal View History

2026-03-11 22:22:11 +00:00
# frozen_string_literal: true
FactoryBot.define do
factory :wrangling_assignment do
user
fandom
end
end