Results 1 issues of Adam Smith

Added support for pluralized blueprints: if (this.pluralize) { var inflector = Ember.Inflector.inflector; type = inflector.pluralize(type); } Now if a user has pluralized blueprints, the Ember inflector with set the route...