Skip to content

Commit

Permalink
fixed rails bin
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasjabari committed Mar 12, 2021
1 parent 5813346 commit ed9a1b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/rails
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# This command will automatically be run when you run "rails" with Rails gems
# installed from the root of your application.

ENGINE_ROOT = File.expand_path('..', __dir__)
ENGINE_PATH = File.expand_path('../lib/matestack/ui/core/engine', __dir__)
# ENGINE_ROOT = File.expand_path('..', __dir__)
# ENGINE_PATH = File.expand_path('../lib/matestack/ui/core/engine', __dir__)
APP_PATH = File.expand_path('../spec/dummy/config/application', __dir__)

# Set up gems listed in the Gemfile.
Expand Down

0 comments on commit ed9a1b9

Please sign in to comment.