Rails - Using checkboxes to select multiple objects and having a choice of actions to perform.

Posted by adam on Stack Overflow See other posts from Stack Overflow or by adam
Published on 2010-03-13T08:49:47Z Indexed on 2010/03/13 8:55 UTC
Read the original article Hit count: 257

Filed under:
|

Id like to be able to create checkboxes for a list of objects. Then offer the user a number of actions to perform on the objects selected. I.e. delete, archive etc.

I know of ryan's screencasts but it doesnt explain how to create links to multiple actions for the selected objects. It just showed him create a form_tag with a url to one action and a submit button.

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about checkbox