Skip to content

Commit

Permalink
fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
georgi committed Dec 28, 2008
1 parent c04979f commit 317109b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ work with [GitStore][1].
A Kontrol application is a class, which provides some context to the
defined actions. You will probably use these methods:

* request: the Rack request object
* response: the Rack response object
* params: union of GET and POST parameters
* cookies: shortcut to request.cookies
* session: shortcut to `request.env['rack.session']`
* redirect(path): renders a redirect response to specified path
* request: the Rack request object
* response: the Rack response object
* params: union of GET and POST parameters
* cookies: shortcut to request.cookies
* session: shortcut to `request.env['rack.session']`
* redirect(path): renders a redirect response to specified path


## Routing
Expand Down

0 comments on commit 317109b

Please sign in to comment.