after_create bug in Rails 3

Hi,

I realized the order of the after_create callback is dependent on where in the class it is defined. I wrote a blog post about it, but am not sure where in the code one might begin to resolve this issue. I’m hoping someone else might be able to help out or guide me in the right direction:

http://ablogaboutcode.com/2011/08/17/after_create-bug-in-rails-3/

Thanks,

Pan