Closed jmandel closed 12 years ago
The 'objectify' code should create a response.objects property -- not response.object. This is because there are multiple objects, not one...
response.objects
response.object
Fixed in https://github.com/chb/smart_sample_apps/pull/22
The 'objectify' code should create a
response.objects
property -- notresponse.object
. This is because there are multiple objects, not one...