6 lines
82 B
Ruby
Raw Normal View History

2024-11-30 19:24:59 +01:00
FactoryBot.define do
factory :wedding do
date { 1.year.from_now }
end
end