Closed temecom closed 9 years ago
I needed a way to synchronize my ember and mongoose models, which contain the same information but are defined differently. To do this I created:
MongooseCodeGenerator EmberDSCodeGenerator
They were easy to hook in with slight modifications to:
There is some cleanup to do but it works nicely with simple classes, relationships, multiplicity > 0.
Chris
I needed a way to synchronize my ember and mongoose models, which contain the same information but are defined differently. To do this I created:
MongooseCodeGenerator EmberDSCodeGenerator
They were easy to hook in with slight modifications to:
There is some cleanup to do but it works nicely with simple classes, relationships, multiplicity > 0.
Chris