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.