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 21:05:35 +0400
committerValery Sizov <vsv2711@gmail.com>2012-02-19 21:50:13 +0400
commit4c1b8558df1a874716989b8217ab0acf97d6da04 (patch)
treeb9a8beb6e9a2f0f1e50c864b23101c65bd24b527 /config/routes.rb
parenteacea15a2156200fb363508e1bd92fc48226345b (diff)
Wiki: base implemetation logic
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 0a0218a04ef..ef2ff709c9f 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -56,7 +56,8 @@ Gitlab::Application.routes.draw do
get "files"
end
- resources :wikis, :only => [:show, :edit, :destroy]
+ resources :wikis, :only => [:show, :edit, :destroy, :create]
+
resource :repository do
member do
get "branches"