inventory.rb 78 B

123
  1. class Inventory < ActiveRecord::Base
  2. validates :item_id, presence: true
  3. end