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