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:
authorToon Claes <toon@gitlab.com>2017-04-27 00:16:36 +0300
committerToon Claes <toon@gitlab.com>2017-04-27 14:22:18 +0300
commit35fd7e6c530fc4f6b0a11814652962ffb2beedb5 (patch)
tree9d5faad82916d10718065a7b3fc9025b333bc62d /app/helpers/markup_helper.rb
parent66c8756e449b4a541abb6eb99ca8349ce91670d1 (diff)
Avoid including the MarkupHelper
Diffstat (limited to 'app/helpers/markup_helper.rb')
-rw-r--r--app/helpers/markup_helper.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/helpers/markup_helper.rb b/app/helpers/markup_helper.rb
index b41f76450db..0781874d7fc 100644
--- a/app/helpers/markup_helper.rb
+++ b/app/helpers/markup_helper.rb
@@ -241,4 +241,6 @@ module MarkupHelper
Banzai.post_process(html, context)
end
+
+ extend self
end