osem-fcy/app/models/call_for_papers.rb
2013-01-07 09:04:09 +01:00

7 lines
No EOL
205 B
Ruby

class CallForPapers < ActiveRecord::Base
attr_accessible :start_date, :end_date, :hard_deadline, :description
belongs_to :conference
validates_presence_of :start_date, :end_date, :hard_deadline
end