Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanRada committed Nov 21, 2013
1 parent 45f430b commit 7686e37
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 @@ -3,7 +3,7 @@ module WashoutBuilderHelper

def get_complex_class_name(p, defined = [])
complex_class = nil
complex_class = p.basic_type if p.is_complex?
complex_class = p.basic_type.to_s.classify if p.is_complex?

if !complex_class.nil? && !defined.blank?

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.3.0"
VERSION = "0.3.1"
end

0 comments on commit 7686e37

Please sign in to comment.