Sha256: d589149ed2c6e7783bf04eb68b6a06eddb5deb27eafc84798395d3246e8e2402
Contents?: true
Size: 200 Bytes
Versions: 21
Compression:
Stored size: 200 Bytes
Contents
FactoryBot.define do factory :carrier_type_has_checkout_type do |f| f.carrier_type_id{FactoryBot.create(:carrier_type).id} f.checkout_type_id{FactoryBot.create(:checkout_type).id} end end
Version data entries
21 entries across 21 versions & 1 rubygems