Implementing Appcelerator Titanium Models/Collections for Cloud Services without all the extra files
It is a PITA working with Appecelerator Alloy Models and Collection because you need to create these template files for everything, even of you are not using them. This is a "HACK" that I came up with after a few hours that appears to address the issue.
I am certain that there might be a cleaner way, which would require deeper understand of the underpinnings of Alloy, maybe someone can make a suggestion, maybe it will come to me later.
###Notes This code is using a ACS Sync Adapter customize for cloud services with promises integration
https://github.com/aaronksaunders/Appcelerator-Cloud-Services-Sync-Adapter