removed authors field, handled through journal_paper_authors

This commit is contained in:
Saurabh Bhatia 2014-06-13 09:50:46 +08:00
parent 8700c79e41
commit c57a6fa961
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ class JournalPaper
field :paper_title, type: String, localize: true
field :journal_title, type: String, localize: true
field :authors, type: String, localize: true
field :year, type: String
field :language, type: String
field :isbn, type: String