Sha256: 451b4d5e3bb2519ace425049fd140cc2ee88ab00d37222da2d805636e508f358
Contents?: true
Size: 179 Bytes
Versions: 23
Compression:
Stored size: 179 Bytes
Contents
module Ecom module Core class AttendanceSheetEntry < ApplicationRecord belongs_to :attendance_sheet belongs_to :crew has_many :crew_times end end end
Version data entries
23 entries across 23 versions & 1 rubygems