hummingbird-me/hummingbird

View on GitHub
frontend/app/mixins/modals/versionable.js

Summary

Maintainability
A
1 hr
Test Coverage

Function save has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    save: function() {
      // setup our params
      var root = this.get('model.constructor.modelName').pluralize().underscore(),
          data = this.get('model').serialize(),
          hash = {};
Severity: Minor
Found in frontend/app/mixins/modals/versionable.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status