Skip to content

Commit

Permalink
Remove extra example stuff to focus on the point of the example.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbangert committed Nov 2, 2010
1 parent e50f74b commit 76472ee
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docs/narr/handlers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -201,14 +201,6 @@ Example:
def __init__(self, request):
self.request = request
@action(name='index', renderer='created.mak', request_method='POST')
def create(self):
return {}
@action(renderer="view_all.mak", request_method='GET')
def index(self):
return {}
@action(name='home', renderer='home.mak')
@action(name='about', renderer='about.mak')
def show_template(self):
Expand Down

0 comments on commit 76472ee

Please sign in to comment.