class I18n::ExceptionHandler

def call(exception, locale, key, options)

def call(exception, locale, key, options)
  exception.is_a?(MissingTranslationData) && options[:rescue_format] == :html ? super.html_safe : super
end