Skip to content

Instantly share code, notes, and snippets.

@bodrovis
Created November 9, 2019 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bodrovis/7753d812b6a46ee86daa2c45dbe81fa4 to your computer and use it in GitHub Desktop.
Save bodrovis/7753d812b6a46ee86daa2c45dbe81fa4 to your computer and use it in GitHub Desktop.
def set_locale
locale = params[:locale].to_s.strip.to_sym
I18n.locale = I18n.available_locales.include?(locale) ?
locale :
I18n.default_locale
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment