Skip to content

Instantly share code, notes, and snippets.

@exegeteio
Last active August 29, 2015 14:05
Show Gist options
  • Save exegeteio/9fddd670b8197b0b34a9 to your computer and use it in GitHub Desktop.
Save exegeteio/9fddd670b8197b0b34a9 to your computer and use it in GitHub Desktop.
i18n routes.rb
root to: redirect("/#{I18n.default_locale}", status: 302), as: :redirected_root
scope "(:locale)", locale: /#{I18n.available_locales.join("|")}/ do
resources :users
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment