Sha256: a24bdc7b44bb96d6a3bc0599d38f20280d9b6e2fe16e3261d76798ceffbe8104
Contents?: true
Size: 211 Bytes
Versions: 24
Compression:
Stored size: 211 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
24 entries across 24 versions & 1 rubygems