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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-05-27 00:07:45 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-05-27 00:07:45 +0300
commitea335f33ff8c6870e641385a254c1f993bb04038 (patch)
tree2f2c7b69388e11c15864bbe5e9f052699c094319 /config/application.rb
parent6ee98e127334fd235f251c4a4a76a396f301ee77 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/application.rb')
-rw-r--r--config/application.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/application.rb b/config/application.rb
index d8f02277527..4981857e6d1 100644
--- a/config/application.rb
+++ b/config/application.rb
@@ -316,7 +316,7 @@ module Gitlab
# conflict with the methods defined in `project_url_helpers`, and we want
# these methods available in the same places.
Gitlab::Routing.add_helpers(project_url_helpers)
- Gitlab::Routing.add_helpers(MilestonesRoutingHelper)
+ Gitlab::Routing.add_helpers(TimeboxesRoutingHelper)
end
end
end