Skip to content

Commit

Permalink
Correct engine path.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Dutil committed Jun 11, 2013
1 parent c3db7b7 commit 82ad4db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/script/rails
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,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/core/engine', __FILE__)
ENGINE_PATH = File.expand_path('../../lib/spree/frontend/engine', __FILE__)

require 'rails/all'
require 'rails/engine/commands'
Expand Down

0 comments on commit 82ad4db

Please sign in to comment.