Sha256: bc38b5df9b4d8913bee3b043d2b53ed235fa42177e24dcf7496d768ac50974f4
Contents?: true
Size: 202 Bytes
Versions: 45
Compression:
Stored size: 202 Bytes
Contents
FactoryBot.define do factory :series_has_manifestation do |f| f.manifestation_id{FactoryBot.create(:manifestation).id} f.series_statement_id{FactoryBot.create(:series_statement).id} end end
Version data entries
45 entries across 45 versions & 3 rubygems