Method: LatoSettings.reset_cache

Defined in:
lib/lato_settings.rb

.reset_cacheObject



39
40
41
42
# File 'lib/lato_settings.rb', line 39

def reset_cache
  @cache = nil
  Rails.cache.delete('LatoSettings/cache')
end