method
valid_locale?
v2.3.8 -
Show latest stable
- Class:
ActionView::Template
valid_locale?(locale)private
No documentation available.
# File actionpack/lib/action_view/template.rb, line 225
def valid_locale?(locale)
locale && I18n.available_locales.include?(locale.to_sym)
end