small change in routes

This commit is contained in:
Harry Bomrah 2016-06-02 17:56:23 +08:00
parent cf0455487b
commit b9d1327410
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ Rails.application.routes.draw do
resources :journal_papers do
collection do
get 'toggle_hide' => 'journal_papers#toggle_hide'
get 'analysis' => 'journal_papers#analysis'
get 'analysis_report' => 'journal_papers#analysis_report'
get 'analysis'
get 'analysis_report'
get "download_excel"
end
end