Update routes.rb

This commit is contained in:
chiu 2019-10-30 22:22:40 +08:00
parent a6d659b708
commit 7f1ec59a92
1 changed files with 32 additions and 31 deletions

View File

@ -8,6 +8,7 @@ Rails.application.routes.draw do
resources :journal_papers do
collection do
get 'merge' => 'journal_papers#merge'
get 'toggle_hide' => 'journal_papers#toggle_hide'
get 'analysis'
get 'analysis_report'