Merge commit 'pdcawley/master'

This commit is contained in:
Bryan Helmkamp 2009-06-14 21:58:18 -04:00
commit 6231e6e4d1
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ For example:
end end
def redirect? #:nodoc: def redirect? #:nodoc:
response_code / 100 == 3 (response_code / 100).to_i == 3
end end
def internal_redirect? def internal_redirect?