]> git.openstreetmap.org Git - rails.git/blobdiff - config/environment.rb
Ran "rake rails:update" to update resources to latest rails 1.2.3 ones.
[rails.git] / config / environment.rb
index 3c2516ec7e8a03655ae7222b52bc1e42fabc803a..45d03d2adc37f0c6658bedbb3c820d743c5c5b35 100644 (file)
@@ -86,18 +86,6 @@ ActionMailer::Base.smtp_settings = {
   :domain  => 'localhost',
 } 
 
-
-# HTTP CODES
-
-# 200's
-
-HTTP_OK = 200
-
-# 400's
-
-HTTP_PRECONDITION_FAILED = 412
-HTTP_EXPECTATION_FAILED = 417
-
 #Taming FCGI
 #
 COUNT = 0