Option for proposal changes

This commit is contained in:
differentreality 2013-07-28 11:48:56 +03:00
parent f905bb8f8f
commit d9d889eb9f
3 changed files with 7 additions and 1 deletions

View file

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