Class: RailsSettings::CachedSettings

Inherits:
Base
  • Object
show all
Defined in:
lib/rails-settings/cached_settings.rb

Class Method Summary collapse

Methods inherited from Base

[], []=, cache_key, #cache_key, cache_prefix, cache_prefix_by_startup, #expire_cache, #rewrite_cache, save_default

Methods inherited from Settings

[], []=, destroy, get_all, merge!, method_missing, object, source, thing_scoped, #value, #value=, where

Class Method Details

.inherited(subclass) ⇒ Object



3
4
5
6
7
# File 'lib/rails-settings/cached_settings.rb', line 3

def self.inherited(subclass)
  Kernel.warn 'DEPRECATION WARNING: RailsSettings::CachedSettings is deprecated and it will removed in 0.7.0. ' <<
              'Please use RailsSettings::Base instead.'
  super(subclass)
end