I'm using my own admin panel for my website and would like to introduce some bulk actions using http://railscasts.com/episodes/52-update-through-checkboxes. First of all, is this still best practice to do bulk actions?
Secondly, how can I generalize this piece of code so every controller in the admin panel can use it?
Looking forward to hearing your ideas!