CleverStack/backend-example-module

View on GitHub
services/ExampleService.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = function ( Service, ExampleModel ) {
    return Service.extend({
        model: ExampleModel
    });
};