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