add route for wiki parent page
This commit is contained in:
parent
af163af3e7
commit
14fa1cc534
|
@ -7,6 +7,7 @@ Rails.application.routes.draw do
|
|||
resources :page_contents do
|
||||
member do
|
||||
get "view" => "page_contents#view"
|
||||
get "wiki_parent" => "page_contents#wiki_parent"
|
||||
end
|
||||
end
|
||||
resources :wiki_pages
|
||||
|
|
Loading…
Reference in New Issue