4 lines
58 B
Ruby
4 lines
58 B
Ruby
class Place < ApplicationRecord
|
|
belongs_to :company
|
|
end
|
class Place < ApplicationRecord
|
|
belongs_to :company
|
|
end
|