aboutsummaryrefslogtreecommitdiffstats
path: root/railties/bin/destroy
diff options
context:
space:
mode:
Diffstat (limited to 'railties/bin/destroy')
-rwxr-xr-xrailties/bin/destroy2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/bin/destroy b/railties/bin/destroy
index a4df765a39..88d295f7aa 100755
--- a/railties/bin/destroy
+++ b/railties/bin/destroy
@@ -1,3 +1,3 @@
#!/usr/bin/env ruby
-require File.dirname(__FILE__) + '/../config/boot'
+require File.expand_path('../../config/boot', __FILE__)
require 'commands/destroy'