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:
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2011-10-17 01:07:10 +0400
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2011-10-17 01:07:10 +0400
commit64597de28c9dde03a2dbbc9e12099368b6dc326b (patch)
treee755a2c4c0c0451c90a8bc0e75ffae1950a2f6fd /config/routes.rb
parenta29c8a7f7e41f0c045a56529274e3b93dbc4ac1b (diff)
snippets are ready
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index acf92536e3f..9ee3f0d06fc 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -38,6 +38,8 @@ Gitlab::Application.routes.draw do
}
end
+
+ resources :snippets
resources :commits
resources :team_members
resources :issues do