frontend/app/controllers/modals/create-group.js
Function create
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
create: function() {
var group = this.store.createRecord('group', {
name: this.get('name'),
bio: this.get('bio'),
about: this.get('about')