typo - I thought I fixed that before committing

This commit is contained in:
Konstantin Haase 2011-02-21 14:10:30 +01:00
parent 824fdb8112
commit 100baaba2e
1 changed files with 1 additions and 1 deletions

View File

@ -725,7 +725,7 @@ also modify the request and response. Instance variables set in before filters
and routes are accessible by after filters:
after do
put response.status
puts response.status
end
Note: Unless you use the +body+ method rather than just returning a String from