Files
fizzy/app/models/pop.rb
T
2025-04-04 15:06:43 +02:00

5 lines
103 B
Ruby

class Pop < ApplicationRecord
belongs_to :bubble, touch: true
belongs_to :user, optional: true
end