devise after create hook

Viewed 7813

Is there a hook or callback that I can implement so that right after the user is created, I would like to invoke some custom code ?

I tried after_confirmation hook in the user model but that didn't work.

3 Answers
Related