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:
authorValery Sizov <vsv2711@gmail.com>2012-02-19 23:52:05 +0400
committerValery Sizov <vsv2711@gmail.com>2012-02-19 23:52:05 +0400
commit85974948e778f5261cc24a2911bd652a91e950da (patch)
tree0554502fbf8545ad8692ed8e1402ac3c26cf8e35 /config/routes.rb
parentb565cd1972b32071420c51004ba78b6c22cb5742 (diff)
Wiki: history
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb6
1 files changed, 5 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index ef2ff709c9f..eae5b7ea1c9 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -56,7 +56,11 @@ Gitlab::Application.routes.draw do
get "files"
end
- resources :wikis, :only => [:show, :edit, :destroy, :create]
+ resources :wikis, :only => [:show, :edit, :destroy, :create] do
+ member do
+ get "history"
+ end
+ end
resource :repository do
member do