Class: TalkingStick::ApplicationController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/talking_stick/application_controller.rb

Direct Known Subclasses

ParticipantsController, RoomsController

Instance Method Summary collapse

Instance Method Details

#set_localeObject



5
6
7
# File 'app/controllers/talking_stick/application_controller.rb', line 5

def set_locale
  I18n.locale = params[:locale] || I18n.default_locale
end