Class: TranslationPanel::RedisBackend

Inherits:
I18n::Backend::KeyValue
  • Object
show all
Includes:
I18n::Backend::Pluralization
Defined in:
lib/translation_panel/redis_backend.rb

Instance Method Summary collapse

Constructor Details

#initialize(store) ⇒ RedisBackend

Returns a new instance of RedisBackend.



5
6
7
8
# File 'lib/translation_panel/redis_backend.rb', line 5

def initialize(store)
  @subtrees = false
  @store = store
end