4b646d40ea
refs https://github.com/TryGhost/Team/issues/1358 - added acceptance tests for members settings screen - subscription access management - default post access management - free tier management - fixed `enableLabsFlag()` test helper overwriting existing flag settings when enabling another one - updated API mocks and fixtures - matched product fixtures to default tiers-enabled products - updated product API mocks to include benefit handling
6 lines
120 B
JavaScript
6 lines
120 B
JavaScript
import {Model, belongsTo} from 'ember-cli-mirage';
|
|
|
|
export default Model.extend({
|
|
product: belongsTo('product')
|
|
});
|