Skip to content

Commit

Permalink
Merge branch 'release/v0.9.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanRada committed Dec 12, 2013
2 parents 928c837 + d29353f commit 8eba031
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/helpers/washout_builder_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ def get_class_ancestors(param,class_name, defined)
ancestor_object = WashOut::Param.parse_def(@soap_config,ancestor_structure)[0]
bool_the_same = same_structure_as_ancestor?(param, ancestor_object)
unless bool_the_same
top_ancestors = get_class_ancestors(ancestor_class, defined)
defined << {:class =>ancestor_class.to_s, :obj =>ancestor_object , :ancestors => top_ancestors }
top_ancestors = get_class_ancestors(ancestor_object,ancestors[0], defined)
defined << {:class =>ancestors[0], :obj =>ancestor_object , :ancestors => top_ancestors }
end
end
ancestors unless bool_the_same
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.9.8"
VERSION = "0.9.9"
end

0 comments on commit 8eba031

Please sign in to comment.