Class: AuthorizedController

Inherits:
InheritedResources::Base
  • Object
show all
Defined in:
app/controllers/authorized_controller.rb

Instance Method Summary collapse

Instance Method Details

#set_localeObject



15
16
17
# File 'app/controllers/authorized_controller.rb', line 15

def set_locale
  I18n.locale = current_user.locale if current_user
end