Methods
C
Included Modules
Instance Public methods
call(exception, locale, key, options)
# File actionpack/lib/action_view/helpers/translation_helper.rb, line 7
def call(exception, locale, key, options)
  exception.is_a?(MissingTranslation) && options[:rescue_format] == :html ? super.html_safe : super
end