0
0
Fork 0

added comments for the constants

This commit is contained in:
Gibheer 2012-11-13 21:26:45 +01:00
parent 95cb897c07
commit ff46b368ed
1 changed files with 8 additions and 0 deletions

View File

@ -59,9 +59,17 @@ module Zero
private
# constant for the content type key
# @api private
CONST_CONTENT_TYPE = 'CONTENT_TYPE'
# constant for the http accept key
# @api private
CONST_HTTP_ACCEPT = 'HTTP_ACCEPT'
# constant for the path info key
# @api private
CONST_PATH_INFO = 'PATH_INFO'
# constant for the request method key
# @api private
CONST_REQUEST_METHOD = 'REQUEST_METHOD'
end
end