What\'s the best way to pass some params along with a redirect?
I saw examples that said if you just add them to your redirect hash they would pass along with the reques
Try this:
redirect_to(edit_multiple_items_path(:page =>2), :notice => 'items updated')