Removed unused HTTP status code definitions - we now use the Rails ones.
This commit is contained in:
parent
f66f1441ae
commit
9f5e4b2b5a
1 changed files with 0 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue