Scotty

Results 2 issues of Scotty

**Is your feature request related to a problem? Please describe.** Model's of `Object` subclasses require empty init methods: ``` class User: Object, DataRepresentable { var data: Model? struct Model: Modelable,...

Hi! I found an issue similar to mine that was [closed](https://github.com/huafu/ember-google-map/issues/42), reporting the same error: `Uncaught TypeError: Cannot read property 'lat' of undefined` on `helpers.js:197`: `return helpers.makeObj(latKey || 'lat', val.lat(),...