From b2321f20f37c1ecab9ff9d517df9809c94af7d33 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Thu, 14 Feb 2008 00:16:53 +0000 Subject: [PATCH] ActionItem43: seems that after_save callbacks are inherited correctly --- app/models/person.rb | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/app/models/person.rb b/app/models/person.rb index e11fdc7..5c5e55e 100644 --- a/app/models/person.rb +++ b/app/models/person.rb @@ -80,6 +80,5 @@ class Person < Profile # FIXME this is *weird*, because this class is not inheriting the callbacks before_create :set_default_environment - after_create :insert_default_homepage_and_feed end -- libgit2 0.21.2