mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
7 lines
179 B
Ruby
7 lines
179 B
Ruby
class Setting < RailsSettings::CachedSettings
|
|
include Versions # version/setting_version.rb
|
|
|
|
def self.reload_settings!
|
|
Rails.cache.delete_matched('settings:.*')
|
|
end
|
|
end
|