Changes between Version 70 and Version 71 of RESTController
- Timestamp:
- 08/07/11 17:17:07 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RESTController
v70 v71 185 185 {{{ 186 186 # Plug into REST controller 187 s3 xrc.model.set_method(module, "person", method="search_simple", action=shn_pr_person_search_simple )187 s3mgr.model.set_method(module, "person", method="search_simple", action=shn_pr_person_search_simple ) 188 188 }}} 189 189