@nicolo, if you have a Railscasts Pro subscription, there’s an episode on this. The example uses checkboxes, but a lot of it is applicable to what you’re proposing:
I have basically implemented what was described in episode 165. This creates a non-restful action to do the update. My question is whether or not there exists a restful or proper way to do this? Or is the example in railscast 165, the proper way?
Unfortunately, I don’t have RailsCast Pro. I’m kinda getting the impression that I’ll basically should just do this the way it’s done in Railscast 165.