mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
Fix markup
This commit is contained in:
parent
df0e53498b
commit
1fd52d1f29
1 changed files with 2 additions and 1 deletions
|
@ -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 = "/" }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue