aboutsummaryrefslogtreecommitdiffstats
path: root/railties/bin/run
diff options
context:
space:
mode:
Diffstat (limited to 'railties/bin/run')
-rwxr-xr-xrailties/bin/run3
1 files changed, 3 insertions, 0 deletions
diff --git a/railties/bin/run b/railties/bin/run
new file mode 100755
index 0000000000..5490bc9336
--- /dev/null
+++ b/railties/bin/run
@@ -0,0 +1,3 @@
+#!/usr/local/bin/ruby
+require File.dirname(__FILE__) + '/../config/boot'
+require "commands" \ No newline at end of file