Sha256: 4f07ecd13060980e1fae2aac953b9b787ad480d32b5c1776e607e65a528c8dfb
Contents?: true
Size: 228 Bytes
Versions: 21
Compression:
Stored size: 228 Bytes
Contents
FactoryBot.define do factory :reserve_stat_has_manifestation do |f| f.manifestation_reserve_stat_id{FactoryBot.create(:manifestation_reserve_stat).id} f.manifestation_id{FactoryBot.create(:manifestation).id} end end
Version data entries
21 entries across 21 versions & 1 rubygems