diff --git a/app/helpers/washout_builder_helper.rb b/app/helpers/washout_builder_helper.rb index f824578..3e90dce 100644 --- a/app/helpers/washout_builder_helper.rb +++ b/app/helpers/washout_builder_helper.rb @@ -151,7 +151,7 @@ def create_html_fault_types_details(xml, map) end def create_html_fault_type(xml, param) - ancestor_class = defined?(WashOut::Dispatcher::SOAPError) ? WashOut::Dispatcher::SOAPError : Washout::SoapError + ancestor_class = defined?(WashOut::Dispatcher::SOAPError) ? WashOut::Dispatcher::SOAPError : WashOut::SOAPError if param.class.ancestors.include?(ancestor_class) xml.h3 "#{param.class}" xml.a("name" => "#{param.class}") {} diff --git a/lib/washout_builder/version.rb b/lib/washout_builder/version.rb index 8451fcb..7889f86 100644 --- a/lib/washout_builder/version.rb +++ b/lib/washout_builder/version.rb @@ -1,3 +1,3 @@ module WashoutBuilder - VERSION = "0.8.7" + VERSION = "0.8.8" end