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