You've have to create a checkbox for this value:

<input type=checkbox name=usersession[remember_me] />

in your erb:

<% form_for @user_session do |f| %>
<% f.checkbox :remember_me, "Remember me" %>
<% end %>

On Wed, Feb 10, 2010 at 8:57 AM, C+++ <[email protected]>wrote:

> it's 'remember_me'.
>
>
>
> On Wed, Feb 10, 2010 at 8:08 AM, Amal Kumar <[email protected]>wrote:
>
>> Hi,
>>
>>  me too have the same problem could someone help us.
>>
>> Thanks in advance
>> Amal
>>
>> --
>> 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 [email protected].
>> To unsubscribe from this group, send email to
>> [email protected]<rubyonrails-talk%[email protected]>
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/rubyonrails-talk?hl=en.
>>
>>
>

-- 
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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to