1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

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

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: and routes are accessible by after filters:
after do after do
put response.status puts response.status
end end
Note: Unless you use the +body+ method rather than just returning a String from Note: Unless you use the +body+ method rather than just returning a String from