How do I execute a particular function after a user has signed up. (I wanted to add to one of my associations, I already have it coded in a non-devise rails but now I need it here)
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
Device has provided helper action 'after_sign_in_path_for' you can override it within your application controller.
|
|||
|
|
|
For sign up it would look like:
Ofc. Assuming that your Devise user model is called User. |
|||
|
|
|
You can use the The following guide has tons of examples: http://api.rubyonrails.org/classes/ActiveRecord/Callbacks.html |
|||
|
|