4 lines
61 B
Ruby
4 lines
61 B
Ruby
class SalePayment < ApplicationRecord
|
|
belongs_to :sale
|
|
end
|
class SalePayment < ApplicationRecord
|
|
belongs_to :sale
|
|
end
|