Skip to content

Commit

Permalink
updated descriptions for generator help
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Marcum committed Dec 8, 2014
1 parent dd0cd8f commit 14d771c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
13 changes: 1 addition & 12 deletions blueprints/model-test/index.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
module.exports = {
description: ''

// locals: function(options) {
// // Return custom template variables here.
// return {
// foo: options.entity.options.foo
// };
// }

// afterInstall: function(options) {
// // Perform extra work here.
// }
description: 'Generates a model unit test.'
};
1 change: 1 addition & 0 deletions blueprints/model/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

module.exports = {
description: 'Generates a model.',
locals: function( options ){
var locals = {},
url = options.entity.options.url,
Expand Down

0 comments on commit 14d771c

Please sign in to comment.