From c57a6fa961932d5579273997e40cbbd09344b7c3 Mon Sep 17 00:00:00 2001 From: Saurabh Bhatia Date: Fri, 13 Jun 2014 09:50:46 +0800 Subject: [PATCH] removed authors field, handled through journal_paper_authors --- app/models/journal_paper.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/models/journal_paper.rb b/app/models/journal_paper.rb index 9fea279..bb9b245 100644 --- a/app/models/journal_paper.rb +++ b/app/models/journal_paper.rb @@ -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