method

i18n_option?

Importance_0
v7.0.0 - Show latest stable - 0 notes - Class: HtmlSafeTranslation
i18n_option?(name) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activesupport/lib/active_support/html_safe_translation.rb, line 30
      def i18n_option?(name)
        (@i18n_option_names ||= I18n::RESERVED_KEYS.to_set).include?(name)
      end
Register or log in to add new notes.