Merge f56cafdaf1 into be33f345a1
This commit is contained in:
commit
d01644d03f
3 changed files with 4 additions and 1 deletions
|
|
@ -38,6 +38,7 @@ class Event < ActiveRecord::Base
|
|||
validate :before_end_of_conference, on: :create
|
||||
validates :title, presence: true
|
||||
validates :abstract, presence: true
|
||||
validates_length_of :abstract, minimum: 20
|
||||
validates :event_type, presence: true
|
||||
validates :program, presence: true
|
||||
validates :speakers, presence: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue