TryGhost/Ghost

View on GitHub
ghost/admin/mirage/models/tier.js

Summary

Maintainability
A
0 mins
Test Coverage
import {Model, hasMany} from 'miragejs';

export default Model.extend({
    members: hasMany()
});