Add conference specifc route to revision history page
This commit is contained in:
parent
5965bcf193
commit
51d569794f
5 changed files with 16 additions and 11 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue