5 lines
80 B
Ruby
5 lines
80 B
Ruby
class Sale < ApplicationRecord
|
|
belongs_to :cashier
|
|
belongs_to :customer
|
|
end
|