Sha256: 11e572ad6e4bd7a8f29b195f4e1159956e10d2d56fe6817cf4ca99c945eac2e0
Contents?: true
Size: 231 Bytes
Versions: 127
Compression:
Stored size: 231 Bytes
Contents
FactoryGirl.define do factory :reserve_stat_has_manifestation do |f| f.manifestation_reserve_stat_id{FactoryGirl.create(:manifestation_reserve_stat).id} f.manifestation_id{FactoryGirl.create(:manifestation).id} end end
Version data entries
127 entries across 127 versions & 1 rubygems