wiki pages: remove /wiki_pages/search page.
This page is unnecessary since you can already search wiki pages from the /wiki_pages listing.
This commit is contained in:
@@ -297,7 +297,6 @@ Rails.application.routes.draw do
|
||||
end
|
||||
resources :wiki_pages, id: /.+?(?=\.json|\.xml|\.html)|.+/ do
|
||||
put :revert, on: :member
|
||||
get :search, on: :collection
|
||||
get :show_or_new, on: :collection
|
||||
end
|
||||
resources :wiki_page_versions, :only => [:index, :show, :diff] do
|
||||
|
||||
Reference in New Issue
Block a user