Changes between Version 2 and Version 3 of BluePrintRESTImplementation
- Timestamp:
- 12/31/08 08:12:41 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintRESTImplementation
v2 v3 1 1 {{{ 2 2 # RESTful controller function 3 # Since some methods should require authentication, we must do so for all (unles we patch T2) 3 4 @t2.requires_login('login') 4 5 def feature():