b181297ad7
beaf8cbad9
6fc83f8efe
1
2
3
4 5
desc "Restart app by touching tmp/restart.txt" task :restart do FileUtils.mkdir_p('tmp') FileUtils.touch('tmp/restart.txt') end