5 lines
103 B
Ruby
5 lines
103 B
Ruby
class Pop < ApplicationRecord
|
|
belongs_to :bubble, touch: true
|
|
belongs_to :user, optional: true
|
|
end
|