bc09a7c4d3
no issue
- adjusts mirage config so that we're correctly serializing foreign keys
- our API outputs (and our app code expects) foreign keys for non-embedded resources to be in the format `{relationship_name}_id` but mirage's default REST serializer does not include the `_id` suffix
- tests started failing because
|
||
---|---|---|
.. | ||
application.js | ||
integration.js | ||
page.js | ||
post.js | ||
tag.js | ||
user.js |