diff options
author | Douwe Maan <douwe@selenight.nl> | 2017-07-07 10:43:37 -0500 |
---|---|---|
committer | Douwe Maan <douwe@selenight.nl> | 2017-07-07 10:43:37 -0500 |
commit | c81928cfa757b6f42debd6d1c3b6cdb860fc14f5 (patch) | |
tree | 2069795e9fce322b3ab27a20c54dd8348fd4277a /lib/gitlab/slash_commands | |
parent | 1dab640357fa1ba8992757499e4167fcd4ce6276 (diff) | |
download | gitlab-ce-c81928cfa757b6f42debd6d1c3b6cdb860fc14f5.tar.gz |
Include new URL helpers retroactively into includers of Gitlab::Routingdm-fix-project-path-helpers-production
Diffstat (limited to 'lib/gitlab/slash_commands')
-rw-r--r-- | lib/gitlab/slash_commands/presenters/base.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/slash_commands/presenters/base.rb b/lib/gitlab/slash_commands/presenters/base.rb index 27696436574..e13808a2720 100644 --- a/lib/gitlab/slash_commands/presenters/base.rb +++ b/lib/gitlab/slash_commands/presenters/base.rb @@ -2,7 +2,7 @@ module Gitlab module SlashCommands module Presenters class Base - include Gitlab::Routing.url_helpers + include Gitlab::Routing def initialize(resource = nil) @resource = resource |