Class: LanguagesController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- LanguagesController
- Defined in:
- app/controllers/languages_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
4 5 6 |
# File 'app/controllers/languages_controller.rb', line 4 def show change_language end |
#update ⇒ Object
8 9 10 |
# File 'app/controllers/languages_controller.rb', line 8 def update change_language end |