diff options
| author | mo khan <mo@mokhan.ca> | 2015-05-23 23:16:37 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2015-05-23 23:16:37 -0600 |
| commit | 37d90f27d1921df3ebfd41feb49eb2477cc67350 (patch) | |
| tree | 9eca4c776d5e8e25d7cfe068829e643a8a4b68e2 /bin | |
| parent | ecdaf1cf21cebbfbe73933c16c150b6c2ce67ccc (diff) | |
insert spring binstub for rails.
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/rails | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,4 +1,8 @@ #!/usr/bin/env ruby +begin + load File.expand_path("../spring", __FILE__) +rescue LoadError +end APP_PATH = File.expand_path('../../config/application', __FILE__) require_relative '../config/boot' require 'rails/commands' |
