diff --git a/config/routes.rb b/config/routes.rb index 510e2a4..ae2c340 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -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