Skip to content

Instantly share code, notes, and snippets.

View joecritch's full-sized avatar

Joe Critchley joecritch

View GitHub Profile
select_tag :language,
options_for_select(I18n.available_locales.to_a.map{ |locale| [t('name', :locale => locale), locale] },
I18n.locale.to_sym)