Sha256: 3124221fb85126494ae2bd03562cd66ae956477c25920a9f6919876de3e88f2b
Contents?: true
Size: 190 Bytes
Versions: 39
Compression:
Stored size: 190 Bytes
Contents
FactoryBot.define do factory :classification do |f| f.sequence(:category){|n| "classification_#{n}"} f.classification_type_id{FactoryBot.create(:classification_type).id} end end
Version data entries
39 entries across 39 versions & 2 rubygems