Closed marcioj closed 9 years ago
This PR brings pods support and also split the scaffold generator in several generators (model, adapter, template, route, mixin, acceptance-test). So ember g scaffold car brand:string --pod will work like expected.
ember g scaffold car brand:string --pod
This PR brings pods support and also split the scaffold generator in several generators (model, adapter, template, route, mixin, acceptance-test). So
ember g scaffold car brand:string --pod
will work like expected.