Sha256: 8b7bf80e5d0279bf802aad526000af31cd821d546781ef9747f1cf464d86cccf
Contents?: true
Size: 206 Bytes
Versions: 39
Compression:
Stored size: 206 Bytes
Contents
FactoryBot.define do factory :subject_heading_type_has_subject do |f| f.subject_heading_type_id{FactoryBot.create(:subject_heading_type).id} f.subject_id{FactoryBot.create(:subject).id} end end
Version data entries
39 entries across 39 versions & 2 rubygems