Skip to content

Commit

Permalink
Fix path.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Dutil committed Mar 8, 2013
1 parent e84fa15 commit ade6971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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'

0 comments on commit ade6971

Please sign in to comment.