Files
fizzy/app/models/account.rb
T
Jorge Manrubia db86d17880 Refactor to introduce an entropy model
Instead of keeping two tracks of similar logic (auto-reconsider / auto-close).
2025-06-04 14:40:02 +02:00

6 lines
97 B
Ruby

class Account < ApplicationRecord
include Entropic, Joinable
has_many_attached :uploads
end