Sha256: 2759d675f5521f9fa95aae91977d0a7521c0635d5d0fb2a7f8206aea0e4b4ba8
Contents?: true
Size: 231 Bytes
Versions: 21
Compression:
Stored size: 231 Bytes
Contents
FactoryBot.define do factory :checkout_stat_has_manifestation do |f| f.manifestation_checkout_stat_id{FactoryBot.create(:manifestation_checkout_stat).id} f.manifestation_id{FactoryBot.create(:manifestation).id} end end
Version data entries
21 entries across 21 versions & 1 rubygems