Update personal_journals_controller.rb

This commit is contained in:
chiu 2019-08-13 09:47:27 +08:00
parent 4687a11645
commit 1d0de37748
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ class PersonalJournalsController < ApplicationController
"total_pages" => journal_papers.total_pages,
"choice" => {"choice_value" => choice_value ,"choice_show" => choice_show},
"url" => "/"+params[:locale]+params[:url],
"all" => params.selectbox
"all" => params[:selectbox]
}
end