diff options
author | vsizov <vsv2711@gmail.com> | 2012-02-20 20:16:55 +0300 |
---|---|---|
committer | vsizov <vsv2711@gmail.com> | 2012-02-20 20:16:55 +0300 |
commit | bdc42488e9b0d297e0773040e077f414b6605c3d (patch) | |
tree | 2270f377f977a2e49987accab4d3199bbf1e6664 /config | |
parent | 2e1f119f2288a864ddc1ab49d2a4c47a573b47df (diff) | |
download | gitlab-ce-bdc42488e9b0d297e0773040e077f414b6605c3d.tar.gz |
wiki is done
Diffstat (limited to 'config')
-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 eae5b7ea1c9..653ec089266 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -58,7 +58,7 @@ Gitlab::Application.routes.draw do resources :wikis, :only => [:show, :edit, :destroy, :create] do member do - get "history" + get "history" end end |