Hello everyone! 
I would like to know how to modify a variable in the console?
I did this :
e = Entry.find(:first)
e.dev.community.name = “Ruby Geeks”
e.save
But when I look into my database, the variable didn’t changed. Did I
mystype?
Thank you 
Hello everyone! 
I would like to know how to modify a variable in the console?
I did this :
e = Entry.find(:first)
e.dev.community.name = “Ruby Geeks”
e.save
But when I look into my database, the variable didn’t changed. Did I
mystype?
Thank you 
On 19 Feb 2009, at 17:23, Guillaume L. wrote:
But when I look into my database, the variable didn’t changed. Did I
mystype?
you didn’t save the right object - e.dev.community.save would
Fred
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs