Skip to content

Commit

Permalink
Fix the rails binstub
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas von Deyen committed Oct 20, 2016
1 parent a90d401 commit 801fc55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/rails
Expand Up @@ -2,7 +2,7 @@
# This command will automatically be run when you run "rails" with Rails 4 gems installed from the root of your application.

ENGINE_ROOT = File.expand_path('../..', __FILE__)
ENGINE_PATH = File.expand_path('../../lib/alchemy_devise/engine', __FILE__)
ENGINE_PATH = File.expand_path('../../lib/alchemy/devise/engine', __FILE__)

require 'rails/all'
require 'rails/engine/commands'

0 comments on commit 801fc55

Please sign in to comment.