Files
fizzy/app/models/rollup.rb
T
2024-10-24 10:38:59 -06:00

8 lines
151 B
Ruby

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