Class: TranslationPanel::RedisBackend
- Inherits:
-
I18n::Backend::KeyValue
- Object
- I18n::Backend::KeyValue
- TranslationPanel::RedisBackend
- Includes:
- I18n::Backend::Pluralization
- Defined in:
- lib/translation_panel/redis_backend.rb
Instance Method Summary collapse
-
#initialize(store) ⇒ RedisBackend
constructor
A new instance of RedisBackend.
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 |