diff options
| author | mo khan <mo@mokhan.ca> | 2014-02-20 18:06:41 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2014-02-20 18:06:41 -0700 |
| commit | 1bff8ede68b131f183c96eafacb99df6c9ee514a (patch) | |
| tree | 1c6be6f9075ef519bb24b84003544a5b31fe41b4 /bin/rake | |
| parent | 734c8c53aa1821a199a76350fd7cbe3449c1193d (diff) | |
rails new .
Diffstat (limited to 'bin/rake')
| -rwxr-xr-x | bin/rake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/rake b/bin/rake new file mode 100755 index 0000000..1724048 --- /dev/null +++ b/bin/rake @@ -0,0 +1,4 @@ +#!/usr/bin/env ruby +require_relative '../config/boot' +require 'rake' +Rake.application.run |
