shipshapecode/ember-newton-cradle-loader

View on GitHub
blueprints/ember-newton-cradle-loader/index.js

Summary

Maintainability
A
0 mins
Test Coverage
/*jshint node:true*/
module.exports = {
  description: 'Creates a loading.hbs',

  normalizeEntityName: function () {
    // this prevents an error when the entityName is
    // not specified (since that doesn't actually matter
    // to us
  }
};