Update personal_journals_controller.rb

This commit is contained in:
chiu 2019-08-12 14:51:00 +08:00
parent 663fe291da
commit e0785746e6
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ class PersonalJournalsController < ApplicationController
else else
fields_to_show = [ fields_to_show = [
"year", "year",
"paper_title" "paper_title",
"123"
] ]
end end
journal_paper_list = [] journal_paper_list = []