I want to do some work after the user signs up. Is there a way to be notified on user successful registration ?
after_sign_up_path_for... is not good for me. I want the user to still be redirected to the default location.
--
---
You received this message because you are subscribed to the Google Groups "Devise" group.
To unsubscribe from this group and stop receiving emails from it, send an email to plataformatec-de...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
You could add an `after_create` callback but the best way would be to create your own RegistrationsControllers, with the same (or most of it) code from original controller and yours on the `create` action.
On Mon, Mar 18, 2013 at 1:52 PM, Refael Dakar <refae...@gmail.com> wrote:
I want to do some work after the user signs up. Is there a way to be notified on user successful registration ?
after_sign_up_path_for... is not good for me. I want the user to still be redirected to the default location.
--
---
You received this message because you are subscribed to the Google Groups "Devise" group.
To unsubscribe from this group and stop receiving emails from it, send an email to plataformatec-devise+unsub...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to plataformatec-de...@googlegroups.com.
You received this message because you are subscribed to a topic in the Google Groups "Devise" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/plataformatec-devise/97SKQCI1afY/unsubscribe?hl=en-US.
To unsubscribe from this group and all its topics, send an email to plataformatec-de...@googlegroups.com.