Removes rating desc column from cfp

This commit is contained in:
Chrisbr 2014-05-14 16:37:19 +02:00
parent a8c9c2f2d4
commit 17307736e8
4 changed files with 13 additions and 4 deletions

View file

@ -1,5 +1,7 @@
class CallForPapers < ActiveRecord::Base
attr_accessible :start_date, :end_date, :hard_deadline, :description, :schedule_changes, :rating, :rating_desc, :schedule_public
attr_accessible :start_date, :end_date, :hard_deadline,
:description, :schedule_changes, :rating,
:schedule_public
belongs_to :conference
validates_presence_of :start_date, :end_date, :hard_deadline