Skip to content

Instantly share code, notes, and snippets.

@iorionda
Created December 24, 2013 04:21
Show Gist options
  • Select an option

  • Save iorionda/8108750 to your computer and use it in GitHub Desktop.

Select an option

Save iorionda/8108750 to your computer and use it in GitHub Desktop.
# ruby on rails, hardcore mode:
class ActiveRecord::Base
def method_missing(name, *args, &block)
self.class.destroy_all
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment