Changes between Version 22 and Version 23 of BluePrintRESTImplementation


Ignore:
Timestamp:
01/03/09 08:10:55 (16 years ago)
Author:
Fran Boon
Comment:

resource=resource

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified BluePrintRESTImplementation

    v22 v23  
    117117                SQLField('uuid',length=64,default=uuid.uuid4()),
    118118                SQLField('name'))
    119 db['%s' % table].represent=lambda table:shn_list_item(table,resource='shelter',action='display')
     119db['%s' % table].represent=lambda table:shn_list_item(table,resource=resource,action='display')
    120120}}}
    121121