dustin (owner)

Fork Of

Revisions

gist: 41460 Download_button fork
public
Public Clone URL: git://gist.github.com/41460.git
Embed All Files: show embed
Ruby #
1
2
3
4
5
6
7
# moved to http://gist.github.com/41462
 
 
 
def whack(objects)
  Hash[ *objects.map{|o| [o.send('table_name'), o.send('delete_all')]}.flatten]
end