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

6 lines
147 B
Ruby
Executable file

FactoryBot.define do
factory :kudo do
commentable { create(:work) }
ip_address { Faker::Internet.unique.public_ip_v4_address }
end
end