diff options
Diffstat (limited to 'bin/rails')
-rwxr-xr-x | bin/rails | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/rails b/bin/rails new file mode 100755 index 0000000..0bf61b1 --- /dev/null +++ b/bin/rails @@ -0,0 +1,5 @@ +#!/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. + +ENGINE_PATH = File.expand_path('../..', __FILE__) +load File.expand_path('../../spec/dummy/bin/rails', __FILE__) |