Files
sx-fc/app/models/sale.rb
2017-04-04 00:15:41 +06:30

5 lines
80 B
Ruby

class Sale < ApplicationRecord
belongs_to :cashier
belongs_to :customer
end