Update personal_journals_controller.rb

This commit is contained in:
chiu 2019-08-14 10:58:22 +08:00
parent 100d517edf
commit 7ebd00357d
1 changed files with 1 additions and 2 deletions

View File

@ -106,8 +106,7 @@ class PersonalJournalsController < ApplicationController
"search_text" => search_text,
"search_value" => params[:keywords]},
"total_pages" => journal_papers_total_pages,
"choice" => choice,
"selected" => [{"value" => params[:selectbox]}]
"choice" => choice
}
end