otwarchive-symphonyarchive/factories/challenge_claims.rb

6 lines
77 B
Ruby
Raw Permalink Normal View History

2026-03-11 22:22:11 +00:00
require 'faker'
FactoryBot.define do
factory :challenge_claim do
end
end