Module: AtlasEngine::LocaleFormatHelper
- Extended by:
- T::Sig
- Defined in:
- app/helpers/atlas_engine/locale_format_helper.rb
Class Method Summary collapse
Class Method Details
.format_locale(locale) ⇒ Object
10 11 12 13 14 |
# File 'app/helpers/atlas_engine/locale_format_helper.rb', line 10 def format_locale(locale) return if locale.blank? resolve_supported_locale(locale) || locale.to_s end |