Rails app:update

This commit is contained in:
Paul Chavard 2020-01-28 12:02:06 +01:00 committed by Pierre de La Morinerie
parent fc3aece318
commit 6a24c3f812
15 changed files with 79 additions and 27 deletions

6
config/spring.rb Normal file
View file

@ -0,0 +1,6 @@
Spring.watch(
".ruby-version",
".rbenv-vars",
"tmp/restart.txt",
"tmp/caching-dev.txt"
)