witten
/
luminotes
Archived
1
0
Fork 0

Add strongly expire to default().

This commit is contained in:
Dan Helfman 2007-11-17 23:45:18 +00:00
parent e67e2bb253
commit 517e4d4925
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ class Notebooks( object ):
self.__users = users
@expose( view = Main_page )
@strongly_expire
@grab_user_id
@validate(
notebook_id = Valid_id(),