5 lines
102 B
Ruby
5 lines
102 B
Ruby
class CashierTerminalByZone < ApplicationRecord
|
|
belongs_to :zone
|
|
belongs_to :cashier_terminal
|
|
end
|