summaryrefslogtreecommitdiff
path: root/app/helpers/gitlab_routing_helper.rb
diff options
context:
space:
mode:
authorJose Ivan Vargas <jvargas@gitlab.com>2017-01-16 10:11:25 -0500
committerJose Ivan Vargas <jvargas@gitlab.com>2017-01-18 15:19:35 -0600
commit373411d18d019f5321475e4b770cb36f4461a462 (patch)
tree0b515550d211302ae91a42409405297b92b0f366 /app/helpers/gitlab_routing_helper.rb
parentbc7c6c689239a5db3f0c4edcbb77d6b9e586ba22 (diff)
downloadgitlab-ce-373411d18d019f5321475e4b770cb36f4461a462.tar.gz
Corrected code style and titles
Diffstat (limited to 'app/helpers/gitlab_routing_helper.rb')
-rw-r--r--app/helpers/gitlab_routing_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/helpers/gitlab_routing_helper.rb b/app/helpers/gitlab_routing_helper.rb
index 44e22d6abd5..2159e4ce21a 100644
--- a/app/helpers/gitlab_routing_helper.rb
+++ b/app/helpers/gitlab_routing_helper.rb
@@ -211,6 +211,7 @@ module GitlabRoutingHelper
def project_settings_integrations_path(project, *args)
namespace_project_settings_integrations_path(project.namespace, project, *args)
end
+
def project_settings_members_path(project, *args)
namespace_project_settings_members_path(project.namespace, project, *args)
end