added minimum length to abstract in event model

This commit is contained in:
redasus 2016-08-16 16:52:45 +05:30
parent 10121ae6d0
commit f56cafdaf1
3 changed files with 4 additions and 1 deletions

View file

@ -182,7 +182,7 @@ class User < ActiveRecord::Base
end
def confirmed?
!confirmed_at.nil?
confirmed_at.present?
end
def proposals(conference)