Poll doesn't need to saveBackups except in the poll editor.

This commit is contained in:
Nick Winter 2015-03-09 11:52:22 -07:00
parent 54f55b1f9d
commit 652fb3cd3f

View file

@ -5,4 +5,3 @@ module.exports = class Poll extends CocoModel
@className: 'Poll'
@schema: schema
urlRoot: '/db/poll'
saveBackups: true