Files
fizzy/app/models/entropy/configuration.rb
T
Jorge Manrubia 91787a3523 Revamp entropy configuraiton
- Move both settings to its dedicated model entropy configuration
- A collection can have an entropy configuration, or will default to the account if not
2025-06-04 10:41:08 +02:00

4 lines
96 B
Ruby

class Entropy::Configuration < ApplicationRecord
belongs_to :container, polymorphic: true
end