Commit b2321f20f37c1ecab9ff9d517df9809c94af7d33
1 parent
8169e3ca
Exists in
master
and in
29 other branches
ActionItem43: seems that after_save callbacks are inherited correctly
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1368 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
app/models/person.rb
@@ -80,6 +80,5 @@ class Person < Profile | @@ -80,6 +80,5 @@ class Person < Profile | ||
80 | 80 | ||
81 | # FIXME this is *weird*, because this class is not inheriting the callbacks | 81 | # FIXME this is *weird*, because this class is not inheriting the callbacks |
82 | before_create :set_default_environment | 82 | before_create :set_default_environment |
83 | - after_create :insert_default_homepage_and_feed | ||
84 | 83 | ||
85 | end | 84 | end |