Callback behavior differs between Windows and Linux

Hi,

I have a model with a callback

(person.rb)

after_create :send_creation_mail

On Windows, this doesn’t send until Person.save. On Linux, the hook is executed upon Person.new.

Any ideas why this happens?

Best regards,

CmdJohnson