otwarchive-sunsetarchive/factories/last_wrangling_activity.rb

8 lines
95 B
Ruby
Raw Normal View History

2026-03-17 05:16:49 +00:00
require "faker"
FactoryBot.define do
factory :last_wrangling_activity do
user
end
end