Displaying 1 result from an estimated 1 matches for "hide_name".
Did you mean:
file_name
2009 Nov 27
2
update_attribute does not update
...orrectly or is
something borked?
>> c=Contact.last
=> #<Contact id: 24, name: "Larry", email: "larry-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org", phone:
2147483647, account_id: 8, created_at: "2009-11-27 18:16:25",
updated_at: "2009-11-27 18:40:08", hide_name: false, hide_phone:
false, hide_email: false>
>> c.update_attribute(''phone'',8888888888)
=> true
>> c
=> #<Contact id: 24, name: "Larry", email: "larry-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org", phone: ,
8888888888, account_id: 8, created_...