diff --git a/script/rails b/script/rails index ebbae88..59afb2a 100644 --- a/script/rails +++ b/script/rails @@ -1,7 +1,7 @@ # This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application. ENGINE_ROOT = File.expand_path('../..', __FILE__) -ENGINE_PATH = File.expand_path('../../lib/spree_sunspot/engine', __FILE__) +ENGINE_PATH = File.expand_path('../../lib/spree/sunspot/engine', __FILE__) require 'rails/all' require 'rails/engine/commands'