Removes rating desc column from cfp
This commit is contained in:
parent
a8c9c2f2d4
commit
17307736e8
4 changed files with 13 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue