otwarchive-sunsetarchive/factories/last_wrangling_activity.rb
2026-03-17 01:16:49 -04:00

7 lines
95 B
Ruby
Executable file

require "faker"
FactoryBot.define do
factory :last_wrangling_activity do
user
end
end