Sha256: 5bd791c935021d8b565ddf2d4969829e391d85f3c914b4c9975abcb4147d9f16
Contents?: true
Size: 208 Bytes
Versions: 45
Compression:
Stored size: 208 Bytes
Contents
FactoryBot.define do factory :overtime_sheet_entry, class: Ecom::Core::OvertimeSheetEntry do association :overtime_sheet association :crew total_overtime { FFaker::Random.rand(0..8) } end end
Version data entries
45 entries across 45 versions & 1 rubygems