marcioj / ember-cli-scaffold

Scaffolds models, routes and templates a la rails
https://github.com/marcioj/ember-cli-scaffold
43 stars 9 forks source link

Prefix resource blueprints with scaffold-* #18

Closed marcioj closed 9 years ago

marcioj commented 9 years ago

Previously some blueprints from ember-cli was being overridden. Now we prefix them with scaffold-*, for instance the scaffold version of model has changed from ember g model user to ember g scaffold-model user.