frontend/app/mixins/modals/versionable.js
Function save
has 28 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
save: function() {
// setup our params
var root = this.get('model.constructor.modelName').pluralize().underscore(),
data = this.get('model').serialize(),
hash = {};