module Ecom::Core class ScheduleSetting < ApplicationRecord belongs_to :equipment belongs_to :maintenance_type belongs_to :schedule_unit validates :value, presence: true end end