Add conference specifc route to revision history page

This commit is contained in:
Nishanth Vijayan 2016-08-15 16:42:12 +05:30
parent 5965bcf193
commit 51d569794f
5 changed files with 16 additions and 11 deletions

View file

@ -95,6 +95,8 @@ Osem::Application.routes.draw do
patch :update_conference
end
end
get '/revision_history' => 'versions#index'
end
get '/revision_history' => 'versions#index'