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
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
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs