Skip to content

Commit 3fd5c16

Browse files
authored
Merge pull request #694 from ghiculescu/patch-1
Fix Rails version that added `enable_reloading`
2 parents d33feff + f03e550 commit 3fd5c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Spring manages. That setting is typically configured in
7676
`config/environments/*.rb`. In particular, make sure it is `true` for the
7777
`test` environment.
7878

79-
Note: in versions of Rails before 7, the setting is called `cache_classes`,
79+
Note: in versions of Rails before 7.1, the setting is called `cache_classes`,
8080
and it needs to be `false` for Spring to work.
8181

8282
### Usage

0 commit comments

Comments
 (0)