Hi, this is my first time work on ruby on rails. i am trying to setup one application using ruby on rails. I use Geo-Ruby as plug in.when i run server it gives following error
undefined method `password' for #<Account:0xb6f6c44c>
Hi, this is my first time work on ruby on rails. i am trying to setup one application using ruby on rails. I use Geo-Ruby as plug in.when i run server it gives following error
undefined method `password' for #<Account:0xb6f6c44c>
Have you defined a method called password on Account ?
Pravin Shiraskar wrote: