foreman_pipeline / script / rails @ be52ca64
1 |
#!/usr/bin/env ruby |
---|---|
2 |
# This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application. |
3 |
|
4 |
ENGINE_ROOT = File.expand_path('../..', __FILE__) |
5 |
ENGINE_PATH = File.expand_path('../../lib/foreman_pipeline/engine', __FILE__) |
6 |
|
7 |
require 'rails/all' |
8 |
require 'rails/engine/commands' |