Wiki pages page

This commit is contained in:
Dmitriy Zaporozhets 2012-08-09 07:34:29 +03:00
parent 8ffb6126a9
commit 839757598b
5 changed files with 32 additions and 2 deletions

View file

@ -98,6 +98,10 @@ Gitlab::Application.routes.draw do
end
resources :wikis, :only => [:show, :edit, :destroy, :create] do
collection do
get :pages
end
member do
get "history"
end