change before to after
This commit is contained in:
parent
e8e141b24e
commit
eb84b39f93
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ class User
|
||||||
|
|
||||||
many :groups, :class_name => 'Group'
|
many :groups, :class_name => 'Group'
|
||||||
|
|
||||||
before_validation_on_create :setup_person
|
after_validation_on_create :setup_person
|
||||||
before_create :pivotal_or_diaspora_only
|
before_create :pivotal_or_diaspora_only
|
||||||
after_create :seed_groups
|
after_create :seed_groups
|
||||||
after_save :check_for_tommy
|
after_save :check_for_tommy
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue