52b6668955
- remove lodash from bower - move all resources to /mirage instead of /app/mirage - update endpoints to use ORM - general cleanup
9 lines
174 B
JavaScript
9 lines
174 B
JavaScript
import {Factory} from 'ember-cli-mirage';
|
|
|
|
export default Factory.extend({
|
|
dismissible: true,
|
|
message: 'This is an alert',
|
|
status: 'alert',
|
|
type: 'error'
|
|
});
|