Hi I am working on login-logout functionality in my project. When I provide the login details and click on login button, it goes to some create method in Devise::SessionsController and when I click on logout button, it goes to some destroy method in Devise::SessionsController and I am not able to see any such method or controller in my code. Can anyone help me regarding this. Regards, Amit Chaudhary, Software Engineer -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Hi Amit,
Looking at controller name Devise::session controller name its clear
you are using devise, if you have not override devise , them it will go to
gem devise method , take a look at them , you will understand that.
Regards,
Sanjiv Kumar Jha
Josh Software Private Limited <http://www.joshsoftware.com>
--
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.