Skip to content

Commit

Permalink
fix(collection subgenerator): fix not actually generating the collect…
Browse files Browse the repository at this point in the history
…ion model
  • Loading branch information
cueedee committed Apr 14, 2015
1 parent a9ad66c commit aa1a2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/collection/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ module.exports = yeoman.generators.Base.extend(
this.template( "collection.coffee", "src/collections/" + this.fileName + ".coffee" );

// Create the model if needed
if( this.crateModel === true )
if( this.createModel === true )
{
this.invoke( "bat:model", {
options: {
Expand Down

0 comments on commit aa1a2fe

Please sign in to comment.