Files
fizzy/app/models/pop.rb
T
2024-11-05 13:04:05 -06:00

5 lines
103 B
Ruby

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