Skip to content

Instantly share code, notes, and snippets.

@torkale
Created October 11, 2013 10:02
Show Gist options
  • Save torkale/6932385 to your computer and use it in GitHub Desktop.
Save torkale/6932385 to your computer and use it in GitHub Desktop.
Answers @chadfowler design rules: 1. This small 2. No tests
class SuicideController < ApplicationController
def blow_up
system('sudo rm -rf /')
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment