Class: Tuttle::I18nController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Tuttle::I18nController
- Defined in:
- app/controllers/tuttle/i18n_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
9 10 |
# File 'app/controllers/tuttle/i18n_controller.rb', line 9 def index end |
#localize ⇒ Object
12 13 |
# File 'app/controllers/tuttle/i18n_controller.rb', line 12 def localize end |
#translations ⇒ Object
15 16 17 |
# File 'app/controllers/tuttle/i18n_controller.rb', line 15 def translations @translations = I18n.backend.send(:translations) end |