Update personal_journals_controller.rb

This commit is contained in:
chiu 2019-08-12 15:25:12 +08:00
parent e4724bebf8
commit d85ba0f4e8
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class PersonalJournalsController < ApplicationController
fields_to_show = [ fields_to_show = [
"year", "year",
"paper_title", "paper_title",
"journal_title" "authors"
] ]
end end
journal_paper_list = [] journal_paper_list = []