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:
parent
824fdb8112
commit
100baaba2e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue