Changes between Version 3 and Version 4 of DeveloperGuidelines/Tutorial/RESTCustomisation
- Timestamp:
- 06/11/10 21:11:36 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Tutorial/RESTCustomisation
v3 v4 131 131 def warehouse(): 132 132 """ RESTful CRUD controller """ 133 s3xrc.model.set_method(module, resource, 134 method="report", action=warehouse_report) 133 s3xrc.model.set_method(module, resource, method="report", action=warehouse_report) 135 134 return shn_rest_controller(module, resource, ...) 136 135