90 91 92
# File 'lib/xsys/model/product.rb', line 90 def sellable_stocks stocks.find_all { |x| x.sellable } end