Sha256: 9f2b04cf43b7fdd0088dc593beb3b7bce808bb07301415cc60bde1087d1193da
Contents?: true
Size: 213 Bytes
Versions: 26
Compression:
Stored size: 213 Bytes
Contents
FactoryBot.define do factory :attendance_sheet_entry, class: 'Ecom::Core::AttendanceSheetEntry' do association :attendance_sheet association :crew total_hours { FFaker::Random.rand(0..8) } end end
Version data entries
26 entries across 26 versions & 1 rubygems