Update personal_journals_controller.rb

This commit is contained in:
chiu 2019-08-13 14:36:51 +08:00
parent 186d1b2e06
commit f811f12a43
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ class PersonalJournalsController < ApplicationController
"choice" => {"choice_value" => choice_value ,"choice_show" => choice_show},
"url" => "/"+params[:locale]+params[:url],
"all" => journal_papers_show,
"all_n" => JournalPaper.where(:is_hidden=>false).take(2)
"all_n" => JournalPaper.where(:is_hidden=>false).take(100)
}
end