Module: CacheWithLocale::CollectionCaching

Defined in:
lib/cache_with_locale/collection_caching.rb

Instance Method Summary collapse

Instance Method Details

#expanded_cache_key(*args) ⇒ Object



3
4
5
# File 'lib/cache_with_locale/collection_caching.rb', line 3

def expanded_cache_key(*args)
  super + [I18n.locale.to_s]
end