Sha256: 7bbe6ddc1414854260851f15013df239ffef3cc6366ff439d2d4ec7d795d17a9
Contents?: true
Size: 233 Bytes
Versions: 39
Compression:
Stored size: 233 Bytes
Contents
FactoryBot.define do factory :subject do |f| f.sequence(:term){|n| "subject_#{n}"} f.subject_heading_type_id{FactoryBot.create(:subject_heading_type).id} f.subject_type_id{FactoryBot.create(:subject_type).id} end end
Version data entries
39 entries across 39 versions & 2 rubygems