On Sat, Sep 22, 2012 at 9:26 AM, Mauro <mrsan...@gmail.com> wrote:

> Sorry but I don't undestand very well.
> In https://github.com/plataformatec/devise is said that user_session
> is an helper to access the session of the successfully signed in user.
> So after signed in I expect to find something in user_session so that
> I can change some of its values.

I don't know about devise's "user_session" offhand, but it doesn't really
matter. You can put anything you want (within reason!) in session in
your app.

session["guest_first_name"] = "Bob"

Whatever. Just try it.

-- 
Hassan Schroeder ------------------------ hassan.schroe...@gmail.com
http://about.me/hassanschroeder
twitter: @hassan

-- 
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@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to