mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Added environment rake task to engines
This commit is contained in:
parent
5e1b912f3b
commit
c547e968f5
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ task "load_app" do
|
|||
namespace :app do
|
||||
load APP_RAKEFILE
|
||||
end
|
||||
task :environment => "app:environment"
|
||||
|
||||
if !defined?(ENGINE_PATH) || !ENGINE_PATH
|
||||
ENGINE_PATH = find_engine_path(APP_RAKEFILE)
|
||||
|
|
Loading…
Reference in a new issue