We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a7a96d commit 9e8fce3Copy full SHA for 9e8fce3
mirage/serializers/application.js
@@ -1,11 +1,3 @@
1
import { ActiveModelSerializer } from 'ember-cli-mirage';
2
3
-export default ActiveModelSerializer.extend({
4
- keyForCollection(modelName) {
5
- if (modelName === 'version-download') {
6
- return 'version_downloads';
7
- }
8
-
9
- return ActiveModelSerializer.prototype.keyForCollection.apply(this, arguments);
10
11
-});
+export default ActiveModelSerializer;
0 commit comments