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
69 B
Ruby
6 lines
69 B
Ruby
module Entropy
|
|
def self.table_name_prefix
|
|
"entropy_"
|
|
end
|
|
end
|