Method: Cash::Config::ClassMethods#inherited_with_cache_config

Defined in:
lib/cash/config.rb

#inherited_with_cache_config(subclass) ⇒ Object



27
28
29
30
# File 'lib/cash/config.rb', line 27

def inherited_with_cache_config(subclass)
  inherited_without_cache_config(subclass)
  @cache_config.inherit(subclass) if @cache_config
end