search for: newalbum

Displaying 1 result from an estimated 1 matches for "newalbum".

2007 Apr 29
1
acts_as_list with :scope - how do I move items to a different list?
...acts_as_list :scope => ::album end It all works fine when creating a new pic from the forms. But, when trying to move a pic between albums, the album changes Ok, but no matter what I do the position attribute stays the same and the list navigation is broken. So far, I''ve tried "newalbum.pics << @pic", "@pic.album = newalbum", "newalbum.pics.insert @pic". What am I doing wrong? TIA, Dmitry --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"...