Sha256: 9ab62b99c4bec9928c49f458b982b394084b7c88d8cb8a35f7bc51728bd16399
Contents?: true
Size: 187 Bytes
Versions: 30
Compression:
Stored size: 187 Bytes
Contents
module Comee module Core class Inventory < ApplicationRecord belongs_to :product validates :quantity, presence: true, numericality: {greater_than: 0} end end end
Version data entries
30 entries across 30 versions & 1 rubygems