From 3107412dcf7cdabbc2a223a7176b60bc474f3413 Mon Sep 17 00:00:00 2001 From: Mohnish G J Date: Wed, 6 Sep 2017 08:28:23 +0800 Subject: [PATCH] Specify file name where custom application root is required [ci skip] --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e35a6b81..c98f79bb 100644 --- a/README.md +++ b/README.md @@ -315,7 +315,8 @@ server process is started, it can be used to add new top-level commands. Spring must know how to find your Rails application. If you have a normal app everything works out of the box. If you are working on a project with a special setup (an engine for example), you must tell -Spring where your app is located: +Spring where your app is located by specifying the below code in a +`config/spring.rb` file relative to your engines root directory : ```ruby Spring.application_root = './test/dummy'