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