diff options
| author | mo k <mo@mokhan.ca> | 2012-08-25 11:58:37 -0600 |
|---|---|---|
| committer | mo k <mo@mokhan.ca> | 2012-08-25 11:58:37 -0600 |
| commit | afddb7ee71633ae73d12c9716915af5014905158 (patch) | |
| tree | 67dd289909e4433299dc7a711951526dc5534a80 /script/rails | |
initial checkin.
Diffstat (limited to 'script/rails')
| -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 0000000..f8da2cf --- /dev/null +++ b/script/rails @@ -0,0 +1,6 @@ +#!/usr/bin/env ruby +# 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' |
