3 lines
59 B
Ruby
3 lines
59 B
Ruby
class ZoneLabel < ApplicationRecord
|
|
belongs_to :zone
|
|
end
|
class ZoneLabel < ApplicationRecord
|
|
belongs_to :zone
|
|
end
|