Sha256: 625717566abe5d41fe547e998051f53bbe0a124513ec6bb09058142caa17a771
Contents?: true
Size: 209 Bytes
Versions: 69
Compression:
Stored size: 209 Bytes
Contents
FactoryGirl.define do factory :subject_heading_type_has_subject do |f| f.subject_heading_type_id{FactoryGirl.create(:subject_heading_type).id} f.subject_id{FactoryGirl.create(:subject).id} end end
Version data entries
69 entries across 68 versions & 4 rubygems