91787a3523
- Move both settings to its dedicated model entropy configuration - A collection can have an entropy configuration, or will default to the account if not
4 lines
96 B
Ruby
4 lines
96 B
Ruby
class Entropy::Configuration < ApplicationRecord
|
|
belongs_to :container, polymorphic: true
|
|
end
|