I have a Rails application with integrated design. I am using a cookie store session. I need to store some data in a session every time someone signs up, for example. their user id. How can I do this using Devise?
Maybe there is some elegant way where I just don't need to do this, and I could access it using Devise.?
Thanks!
ruby-on-rails session devise
Jasdeep singh
source share