Skip to content

Commit

Permalink
Merge branch 'v0.10' of github.com:mde/geddy into v0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mde committed Sep 17, 2013
2 parents 723790a + c82017a commit fac7581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/template/helpers/action.js
Expand Up @@ -27,7 +27,7 @@ exports.create = function (data) {
}

// If action is one that shouldn't have a helper skip it
if (utils.array.included(data.params.action, ['create', 'update', 'destroy'])) {
if (utils.array.included(data.params.action, ['create', 'update', 'destroy', 'remove'])) {
return;
}

Expand Down

0 comments on commit fac7581

Please sign in to comment.