Skip to content

Commit

Permalink
Merge branch 'master' of github.com:apotonick/cells
Browse files Browse the repository at this point in the history
  • Loading branch information
apotonick committed Nov 10, 2016
2 parents fbffbbb + 2e35ddc commit 333be11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cell/util.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def self.constant_for(name)
part.split('_').collect(&:capitalize).join
end.join('::')

Object.const_get(class_name)
Object.const_get(class_name, false)
end
end
end

0 comments on commit 333be11

Please sign in to comment.