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