rails-app moved to examples folder
This commit is contained in:
6
examples/rails-app/config/spring.rb
Normal file
6
examples/rails-app/config/spring.rb
Normal file
@ -0,0 +1,6 @@
|
||||
%w[
|
||||
.ruby-version
|
||||
.rbenv-vars
|
||||
tmp/restart.txt
|
||||
tmp/caching-dev.txt
|
||||
].each { |path| Spring.watch(path) }
|
Reference in New Issue
Block a user