1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activestorage/test/dummy/config/spring.rb

9 lines
142 B
Ruby
Raw Normal View History

# frozen_string_literal: true
2017-07-27 16:15:38 -04:00
%w(
.ruby-version
.rbenv-vars
tmp/restart.txt
tmp/caching-dev.txt
).each { |path| Spring.watch(path) }