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

Fix markup

This commit is contained in:
Konstantin Haase 2010-10-11 10:49:38 +02:00
parent df0e53498b
commit 1fd52d1f29

View file

@ -626,7 +626,8 @@ The incoming request object can be accessed form request level (filter, routes,
requuest.env # raw env hash handed in by Rack requuest.env # raw env hash handed in by Rack
end end
Some options, like `script_name` or `path_info` can also be written: Some options, like <tt>script_name</tt> or <tt>path_info</tt> can also be
written:
before { request.path_info = "/" } before { request.path_info = "/" }