Callum Kerr
Callum Kerr
Dynamix, you'll have to correct me if I'm wrong, but it looks like you should use the following syntax: ``` coffeescript class Test test: 1 testing = new Test() console.log(testing.test)...
Oh yep, I hadn't seen that `@var = "stuff"` syntax before. Doing it with a colon also breaks. Bummer
This is working for me with ember 0.11, cli 0.2.3. I'm interested in helping out @ghempton
Perhaps with @edborden and @kolybasov, we'd be able to keep this project alive. There are a few outstanding issues, but it seems this project is working, so let's keep it...
:+1:
Sorry, pressed tab, then space, and submitted the issue before I was finished typing. Edited the above to make sense. Using ember-cli-materialize v0.18.6, ember v 1.13.10, ember-cli v 1.13.8.
I expect you could figure it out eventually by examining the db.Statement. Maybe you could range over `db.Statement.Clauses`? Maybe you can infer it from `db.Statement.Selects`? Maybe you could regexp match...