Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwinniehell <git@winniehell.de>2016-07-20 23:02:40 +0300
committerwinniehell <git@winniehell.de>2016-07-24 08:08:45 +0300
commit58c562a951e6417d824864b35c7518f67b2996dc (patch)
tree312addec2555c5812f3102be2d08c7ffd231863c /app/uploaders/attachment_uploader.rb
parent03738bdd48d64e30c068df54eaf7e44d21e3c9fa (diff)
Remove magic comments from Ruby files (!5456)
Diffstat (limited to 'app/uploaders/attachment_uploader.rb')
-rw-r--r--app/uploaders/attachment_uploader.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/uploaders/attachment_uploader.rb b/app/uploaders/attachment_uploader.rb
index a65a896e41e..fb3b5dfecd0 100644
--- a/app/uploaders/attachment_uploader.rb
+++ b/app/uploaders/attachment_uploader.rb
@@ -1,5 +1,3 @@
-# encoding: utf-8
-
class AttachmentUploader < CarrierWave::Uploader::Base
include UploaderHelper