From 1ddca461b8e7b96ac4b5ffa9e7862ba0366c521e Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Wed, 23 Jul 2014 11:34:28 +0300 Subject: [PATCH] Force encoding utf-8 for ruby 1.9 Signed-off-by: Dmitriy Zaporozhets --- app/helpers/commits_helper.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/helpers/commits_helper.rb b/app/helpers/commits_helper.rb index 7100d679358..9a8b3928bf4 100644 --- a/app/helpers/commits_helper.rb +++ b/app/helpers/commits_helper.rb @@ -1,3 +1,4 @@ +# encoding: utf-8 module CommitsHelper # Returns a link to the commit author. If the author has a matching user and # is a member of the current @project it will link to the team member page. -- GitLab