class Inventory < ActiveRecord::Base belongs_to :pointsale belongs_to :user has_many :inventories_moves end