From: Lindsay Boyd Date: 2006-03-27T04:40:16+09:00 Subject: Re: update_attributes not saving data > This 'doesn't work: > id = session[:customer_id] > @customer = Customer.find( id ) > @customer.updates_attributes(params[:customer]) Do you have :customer set in the Customer model as attr_accessor? I recall having a similar problem where specifying attr_accessor for my attribute resulted in the attribute being updated as NULL - not with the value I expected. Lindsay -- Posted via http://www.ruby-forum.com/.