Sha256: ac918cd0a3f1ae257d586857edaabf0a9368e97a2a9f8e01ebd9ff638563da6b
Contents?: true
Size: 182 Bytes
Versions: 21
Compression:
Stored size: 182 Bytes
Contents
FactoryBot.define do factory :item_has_use_restriction do |f| f.item_id{FactoryBot.create(:item).id} f.use_restriction_id{FactoryBot.create(:use_restriction).id} end end
Version data entries
21 entries across 21 versions & 1 rubygems