class MedicineCabinet < ActiveRecord::Base attr_accessible :amountLeft, :holding_id, :medicine_id belongs_to :holding has_one :medicine end