Discussion Forums
Discuss all things Ruby on Rails with perhaps the web's most vibrant group of Ruby on Rails enthusiasts.
- Topic List
- Most Recent Posts
- Sign In for more options
Delete multiple items
3 Posts
Delete multiple items
Hi I have this code :
I want to be able to delete the multiple items by checkbox, but i dont know how to pass the ids to controller in this line :
'delete' %>
How can I do that ? thnx
this video will help you, the same functionality is explained in this. http://railscasts.com/episodes/165-edit-multiple
Thanks :)
3 Posts
