Skip to content

Commit

Permalink
Fix for controllers/routes description after refactoring (misprint)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterschmidt85 committed Feb 2, 2013
1 parent 051999a commit ab9511f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/controllers.md
Expand Up @@ -10,7 +10,7 @@ icon: cogs
## Kara Controllers

The business logic for a Kara app is contained inside the controller classes mapped to HTTP requests with annotations (routes).
Each controller class must inherit kara.controllers.Request and defines an action method.
Each controller class must inherit kara.controllers.Request and define an action method.
An action method handles a specific request to the app, defined by the routing annotation associated with it, and returns an kara.controllers.ActionResult.

object Home {
Expand Down

0 comments on commit ab9511f

Please sign in to comment.