Class: BackendTranslator::Backend
- Inherits:
-
I18n::Backend::KeyValue
- Object
- I18n::Backend::KeyValue
- BackendTranslator::Backend
- Includes:
- I18n::Backend::Memoize
- Defined in:
- lib/backend_translator.rb
Instance Method Summary collapse
-
#initialize ⇒ Backend
constructor
A new instance of Backend.
Constructor Details
#initialize ⇒ Backend
Returns a new instance of Backend.
24 25 26 |
# File 'lib/backend_translator.rb', line 24 def initialize super(BackendTranslator.store) end |