diff options
| author | Luc Donnet | 2012-01-06 17:48:53 +0100 |
|---|---|---|
| committer | Luc Donnet | 2012-01-06 17:48:53 +0100 |
| commit | f15300dd765252003da9f112775b9caed065c921 (patch) | |
| tree | 4501bef526ed159a0aeceb8c33709f4bb2c703ec /script | |
| download | chouette-core-f15300dd765252003da9f112775b9caed065c921.tar.bz2 | |
Initialize chouette2
Diffstat (limited to 'script')
| -rwxr-xr-x | script/rails | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/script/rails b/script/rails new file mode 100755 index 000000000..94ecd36b3 --- /dev/null +++ b/script/rails @@ -0,0 +1,6 @@ +#!/usr/bin/env jruby +# This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application. + +APP_PATH = File.expand_path('../../config/application', __FILE__) +require File.expand_path('../../config/boot', __FILE__) +require 'rails/commands' |
