clevercode / roomies

Making living together easier.
http://roomiesapp.com
2 stars 1 forks source link

Inferring and setting the locale for each request. #81

Closed fullsailor closed 13 years ago

fullsailor commented 13 years ago

Using this order of precedence:

  1. params[:locale]
  2. current_user.locale
  3. I18n.default_locale

Also moving set_locale & infer_locale to the protected scope