Option for proposal changes
This commit is contained in:
parent
f905bb8f8f
commit
d9d889eb9f
3 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue