Drag and drop with sortables between two lists

Look up draggable_element and drop_receiving_element in the rails api docs. The O'Reilly book Rails up and running has examples.

Sean