Skip to content

Commit

Permalink
Merge branch 'release/v0.8.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanRada committed Dec 10, 2013
2 parents 770d045 + ea2a9fb commit 59d19b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/helpers/washout_builder_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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}") {}
Expand Down
2 changes: 1 addition & 1 deletion lib/washout_builder/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module WashoutBuilder
VERSION = "0.8.7"
VERSION = "0.8.8"
end

0 comments on commit 59d19b5

Please sign in to comment.