about summary refs log tree commit homepage
path: root/bin
diff options
context:
space:
mode:
authorzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-06-15 18:14:07 +0000
committerzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-06-15 18:14:07 +0000
commit39c1bad6267bd74f5fa0a6a625b7ae48e47793fb (patch)
tree77b051222bba63c8d76425d88f3116c555f361aa /bin
parent375a0b5c5ed4316c1a1a59735f7767e2aeadaf3b (diff)
downloadunicorn-39c1bad6267bd74f5fa0a6a625b7ae48e47793fb.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@238 19e92222-5c0b-0410-8929-a290d50e31e9
Diffstat (limited to 'bin')
-rw-r--r--bin/mongrel_rails10
1 files changed, 0 insertions, 10 deletions
diff --git a/bin/mongrel_rails b/bin/mongrel_rails
index 61306bc..b1cf737 100644
--- a/bin/mongrel_rails
+++ b/bin/mongrel_rails
@@ -6,16 +6,6 @@ require 'mongrel/rails'
 require 'etc'
 
 
-class Version < GemPlugin::Plugin "/commands"
-  include Mongrel::Command::Base
-
-  def run
-    puts "Version #{Mongrel::Const::MONGREL_VERSION}"
-  end
-
-end
-
-
 class Start < GemPlugin::Plugin "/commands"
   include Mongrel::Command::Base