Hi all, I have a simple inventory application that consists of rooms with many items (computers, printers, etc). I''d like to create a form for moving an existing item to another room. This means changing the value of the room_id foreign key in the particular row of the item table. If I wasn''t using Rails, I''d probably do something like assemble a hash of key = room name pairs with some SQL, and make a form with a drop-down that allows you to choose another room name and executes another sql statment that updates the item record with the new foreign key. Does that same strategy still apply, or is there a more "Rail- esque" way of doing that? Just wondering... thanks! ...adam -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.