Take out pivotal only for a second

This commit is contained in:
Raphael 2010-08-17 13:49:18 -07:00
parent 424f576d95
commit 771c594814

View file

@ -17,7 +17,7 @@ class User
many :groups, :class_name => 'Group'
before_validation_on_create :setup_person
before_create :pivotal_only
#before_create :pivotal_only
######## Making things work ########
key :email, String