forked from saurabh/personal-journal
small change in routes
This commit is contained in:
parent
cf0455487b
commit
b9d1327410
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue