3 lines
57 B
Ruby
3 lines
57 B
Ruby
class Pop < ApplicationRecord
|
|
belongs_to :instance
|
|
end
|
class Pop < ApplicationRecord
|
|
belongs_to :instance
|
|
end
|