aboutsummaryrefslogtreecommitdiffstats
path: root/railties/bin/destroy
diff options
context:
space:
mode:
Diffstat (limited to 'railties/bin/destroy')
-rw-r--r--railties/bin/destroy3
1 files changed, 3 insertions, 0 deletions
diff --git a/railties/bin/destroy b/railties/bin/destroy
new file mode 100644
index 0000000000..c2799bd20d
--- /dev/null
+++ b/railties/bin/destroy
@@ -0,0 +1,3 @@
+#!/usr/local/bin/ruby
+require File.dirname(__FILE__) + '/../config/boot'
+require 'commands/destroy' \ No newline at end of file