Hello guys,
I had a quick question. Does Authlogic save the checkboxes to db.
I came to know that it posts the value.
Can you guys let me know how to save this in the Users db?
Thanku in advance
Hello guys,
I had a quick question. Does Authlogic save the checkboxes to db.
I came to know that it posts the value.
Can you guys let me know how to save this in the Users db?
Thanku in advance
hi what is checkboxes?) mm, standart
<% form_for @user do |f| %> <%= f.check_box :field_name_at_model(db) %> <% end %> Ivan Nastyukhin dieinzige@me.com
Ivan Nastyukhin wrote:
<% form_for @user do |f| %> <%= f.check_box :field_name_at_model(db) %> <% end %>
Hi Ivan,
I didnt understand what you replied. I was unable to save the checkbox value to a database for an authentication through authlogic plugin on rails 3.
Can you help me out in this.
Thank you, Siva