inventory.rb 113 B

1234567
  1. class Inventory < ActiveRecord::Base
  2. belongs_to :pointsale
  3. belongs_to :user
  4. has_many :inventories_moves
  5. end