aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/commands/process.rb
diff options
context:
space:
mode:
Diffstat (limited to 'railties/lib/commands/process.rb')
-rw-r--r--railties/lib/commands/process.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/railties/lib/commands/process.rb b/railties/lib/commands/process.rb
deleted file mode 100644
index 87b4b158cd..0000000000
--- a/railties/lib/commands/process.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-if %w( reaper spawner spinner ).include?(ARGV.first)
- require "#{File.dirname(__FILE__)}/process/#{ARGV.shift}"
-else
- puts "Choose either reaper, spawner, or spinner"
-end \ No newline at end of file