Files
fizzy/app/models/entropy.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

6 lines
69 B
Ruby

module Entropy
def self.table_name_prefix
"entropy_"
end
end