From a4e9a56f68f28e197ef37866e4e412e2439938ba Mon Sep 17 00:00:00 2001 From: ahinz Date: Tue, 29 Sep 2015 14:23:18 +0200 Subject: [PATCH] ah --- app/models/comment.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/models/comment.rb b/app/models/comment.rb index 45b2d38..f30433f 100644 --- a/app/models/comment.rb +++ b/app/models/comment.rb @@ -1,2 +1,3 @@ +# encoding: UTF-8 class Comment < ActiveRecord::Base end