aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/tasks/restart.rake
blob: 1af030282482211c8068763c377dc63d916683d7 (plain) (blame)
1
2
3
4
desc "Restart app by touching tmp/restart.txt"
task restart: :environment do
  FileUtils.touch('tmp/restart.txt')
end