Sha256: 927bcb35ef53497b719bf2a4341792ee4bb2e6a20b583d34340c8861ff62dfae
Contents?: true
Size: 225 Bytes
Versions: 20
Compression:
Stored size: 225 Bytes
Contents
module Ecom module Core class ScheduleSetting < ApplicationRecord belongs_to :equipment belongs_to :maintenance_type belongs_to :schedule_unit validates :value, presence: true end end end
Version data entries
20 entries across 20 versions & 1 rubygems