From 8a3b8051ce6e9e3045e58e720555c7fbc6e5f128 Mon Sep 17 00:00:00 2001 From: Bohung Date: Mon, 26 Jul 2021 17:09:49 +0800 Subject: [PATCH] Fix bug. --- bin/rails | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/rails b/bin/rails index 8144d80..c940800 100644 --- a/bin/rails +++ b/bin/rails @@ -3,7 +3,7 @@ # installed from the root of your application. ENGINE_ROOT = File.expand_path('..', __dir__) -ENGINE_PATH = File.expand_path('../lib/sync_ntnu_personal_data/engine', __dir__) +ENGINE_PATH = File.expand_path('../lib/ruling_timer/engine', __dir__) APP_PATH = File.expand_path('../test/dummy/config/application', __dir__) # Set up gems listed in the Gemfile.