Undefined method `user_id=' for #<Spree::Address:0xb4e8b2dc>

After entering data in http://localhost:3000/checkout/update/address
form i
getting the following error:

NoMethodError in Spree::CheckoutController#update

undefined method `user_id=’ for #Spree::Address:0xb4e8b2dc

A error chunk of Development.log

My gemfile is gemfile · GitHub

On 16 December 2012 14:19, Nikolay [email protected] wrote:

After entering data in http://localhost:3000/checkout/update/address form i
getting the following error:

NoMethodError in Spree::CheckoutController#update

undefined method `user_id=’ for #Spree::Address:0xb4e8b2dc

Have a look at the Rails Guide on Debugging, it will show you
techniques that can help you to debug the code.

Colin

On Sunday, 16 December 2012 19:49:11 UTC+5:30, Nikolay wrote:

Error · GitHub

Seems like either you haven’t run your migration.
Secondly you might be trying to use an attribute which is not delegated
to
Spree from Address.