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
6 lines
96 B
Ruby
6 lines
96 B
Ruby
class Account < ApplicationRecord
|
|
include Entropy, Joinable
|
|
|
|
has_many_attached :uploads
|
|
end
|