datacite/bracco

View on GitHub
app/models/custom-inflector-rules.js

Summary

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

const inflector = Inflector.inflector;

inflector.uncountable('status');
inflector.uncountable('media');
inflector.uncountable('auth');

// Modules must have an export, so we just export an empty object here
export default {};