]> git.openstreetmap.org Git - rails.git/blobdiff - config/environment.rb
messaging stuff
[rails.git] / config / environment.rb
index b55fbe44104e4b2896613e69b6d91a8d99168ee7..ac50d21f734c71b86d1ab5644e03fcd2b95f4d52 100644 (file)
@@ -61,3 +61,18 @@ ActionMailer::Base.server_settings = {
   :port  => 25, 
   :domain  => 'localhost',
 } 
+
+
+# HTTP CODES
+
+# 200's
+
+HTTP_OK = 200
+
+# 400's
+
+HTTP_PRECONDITION_FAILED = 412
+HTTP_EXPECTATION_FAILED = 417
+
+
+