diff options
author | Riyad Preukschas <riyad@informatik.uni-bremen.de> | 2013-01-19 01:32:38 +0100 |
---|---|---|
committer | Riyad Preukschas <riyad@informatik.uni-bremen.de> | 2013-01-19 15:24:51 +0100 |
commit | 8db80f1f6d5cf58ed7490803a38b19579496b7eb (patch) | |
tree | 3c2bca182ac7ff7dc963ce9e3c5acf71526cbe6c /config/routes.rb | |
parent | 359703c6968526b44bd3e5b089db1db667781a7c (diff) | |
download | gitlab-ce-8db80f1f6d5cf58ed7490803a38b19579496b7eb.tar.gz |
Rename help#public_area to help#public_access
Diffstat (limited to 'config/routes.rb')
-rw-r--r-- | config/routes.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index 446817356e8..0ec6d9b76f1 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -35,7 +35,7 @@ Gitlab::Application.routes.draw do get 'help/markdown' => 'help#markdown' get 'help/ssh' => 'help#ssh' get 'help/raketasks' => 'help#raketasks' - get 'help/public_area' => 'help#public_area' + get 'help/public_access' => 'help#public_access' # # Public namespace |