otwarchive-symphonyarchive/factories/last_wrangling_activity.rb

8 lines
95 B
Ruby
Raw Permalink Normal View History

2026-03-11 22:22:11 +00:00
require "faker"
FactoryBot.define do
factory :last_wrangling_activity do
user
end
end