Files
fizzy/app/models/rollup.rb
T
2024-10-23 14:10:04 -06:00

8 lines
124 B
Ruby

class Rollup < ApplicationRecord
include Threadable
belongs_to :bubble
has_many :events, -> { chronologically }
end