forked from saurabh/personal-journal
Update personal_journals_controller.rb
This commit is contained in:
parent
e0785746e6
commit
e4724bebf8
|
@ -18,7 +18,7 @@ class PersonalJournalsController < ApplicationController
|
||||||
fields_to_show = [
|
fields_to_show = [
|
||||||
"year",
|
"year",
|
||||||
"paper_title",
|
"paper_title",
|
||||||
"123"
|
"journal_title"
|
||||||
]
|
]
|
||||||
end
|
end
|
||||||
journal_paper_list = []
|
journal_paper_list = []
|
||||||
|
|
Loading…
Reference in New Issue