method

perform

perform()
public

No documentation available.

# File railties/lib/rails/commands/restart/restart_command.rb, line 7
      def perform
        require "fileutils"
        FileUtils.mkdir_p Rails::Command.application_root.join("tmp")
        FileUtils.touch   Rails::Command.application_root.join("tmp/restart.txt")
      end