Removed encoding monkey patch

This commit is contained in:
Dmitriy Zaporozhets 2012-04-11 23:03:56 +03:00
parent 52f6df7255
commit b7558a2063
6 changed files with 46 additions and 45 deletions

View file

@ -129,4 +129,8 @@ module ApplicationHelper
"ui_mars"
end
end
def string_to_utf8 str
Gitlabhq::Encode.utf8 str
end
end