forked from saurabh/personal-journal
Update personal_journals_controller.rb
This commit is contained in:
parent
d85ba0f4e8
commit
897540e041
|
@ -17,8 +17,6 @@ class PersonalJournalsController < ApplicationController
|
||||||
else
|
else
|
||||||
fields_to_show = [
|
fields_to_show = [
|
||||||
"year",
|
"year",
|
||||||
"paper_title",
|
|
||||||
"authors"
|
|
||||||
]
|
]
|
||||||
end
|
end
|
||||||
journal_paper_list = []
|
journal_paper_list = []
|
||||||
|
|
Loading…
Reference in New Issue