disabled validation for journal paper

This commit is contained in:
Saurabh Bhatia 2014-07-11 11:09:31 +08:00
parent a080ff323d
commit ddd3a378f6
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class JournalPaper
after_save :save_journal_paper_files, :save_journal_paper_authors
before_validation :add_http
validates :paper_title, presence: true
# validates :paper_title, presence: true
def create_link
title = []