Files
fizzy/app/models/rollup.rb
T
2024-10-23 17:29:24 -06:00

6 lines
126 B
Ruby

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