module Ecom module Core class AttendanceSheetEntry < ApplicationRecord belongs_to :attendance_sheet belongs_to :crew end end end