added minimum length to abstract in event model
This commit is contained in:
parent
10121ae6d0
commit
f56cafdaf1
3 changed files with 4 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ class User < ActiveRecord::Base
|
|||
end
|
||||
|
||||
def confirmed?
|
||||
!confirmed_at.nil?
|
||||
confirmed_at.present?
|
||||
end
|
||||
|
||||
def proposals(conference)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue