This website requires JavaScript.
Explore
Help
Sign In
TryGhost
/
Ghost
Watch
1
Star
0
Fork
0
You've already forked Ghost
mirror of
https://github.com/TryGhost/Ghost.git
synced
2024-12-19 08:31:43 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
21085d0732
Ghost
/
ghost
/
admin
/
mirage
/
models
/
subscriber.js
5 lines
67 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Resolved ember-cli-mirage import deprecations refs https://github.com/TryGhost/Admin/pull/2209 - `miragejs` has been extracted to a framework-independent library, the re-exports of `miragejs` elements in `ember-cli-mirage` have been deprecated making our test logs very noisy - added `miragejs` as a top-level dependency - updated all relevant imports to pull from `miragejs` instead of `ember-cli-mirage`
2022-03-08 14:32:01 +03:00
import
{
Model
}
from
'miragejs'
;
deps: ember-cli-mirage@0.2.0 - remove lodash from bower - move all resources to /mirage instead of /app/mirage - update endpoints to use ORM - general cleanup
2017-01-02 21:49:44 +03:00
export
default
Model
.
extend
(
{
}
)
;
Reference in New Issue
Copy Permalink