method

i18n_option?

rails latest stable - Class: ActionView::Helpers::TranslationHelper

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v6.1.7.7) is shown here.

i18n_option?(name)
private

No documentation available.

# File actionview/lib/action_view/helpers/translation_helper.rb, line 130
        def self.i18n_option?(name)
          (@i18n_option_names ||= I18n::RESERVED_KEYS.to_set).include?(name)
        end