class Rails::Command::RestartCommand

:nodoc:

def perform

def perform
  require "fileutils"
  FileUtils.mkdir_p Rails::Command.application_root.join("tmp")
  FileUtils.touch   Rails::Command.application_root.join("tmp/restart.txt")
end