elwayman02/ember-data-github

View on GitHub
addon/initializers/github-inflector-rules.js

Summary

Maintainability
A
0 mins
Test Coverage
import Inflector from 'ember-inflector';

export function initialize() {
  const inflector = Inflector.inflector;
  inflector.uncountable('githubRepositoryContents');
}

export default {
  name: 'github-inflector-rules',
  initialize
};