emcla...@gmail.com
unread,Dec 21, 2012, 2:16:13 AM12/21/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to plataforma...@googlegroups.com
If using Devise, do we still need to create session table in rails app (Devise is a rails engine as we understand)? If Devise is going to create session table, then how do we access the session? For example, we can use session[:user_id] to access user_id in rails app. Is it user_session[:user_id] with Devise?