Sha256: 9edad65535fcae86dd88ecefc52b6c4eaff88119bf336d2da89f42621bafe5a7
Contents?: true
Size: 180 Bytes
Versions: 36
Compression:
Stored size: 180 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
36 entries across 36 versions & 1 rubygems