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