mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Added environment rake task to engines
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user