1
0
Fork 0
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:
Steven Anderson 2011-10-17 16:28:00 +01:00 committed by steve
parent 5e1b912f3b
commit c547e968f5

View file

@ -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)