Skip to content

Commit

Permalink
getting it to at least render
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Jun 24, 2018
1 parent 44ea6fb commit 21868bd
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 13 deletions.
4 changes: 2 additions & 2 deletions app/adapters/application.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import DS from 'ember-data';

export default DS.RESTAdapter.extend({
namespace: 'api'
export default DS.JSONAPIAdapter.extend({
namespace: 'v1'
});
File renamed without changes.
2 changes: 1 addition & 1 deletion app/pods/plan/model.js → app/models/plan.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default DS.Model.extend({
stripePlan: DS.belongsTo('stripe-plan', {
async: true
}),
scopes: DS.hasMany('scopes', {
scopes: DS.hasMany('permission', {
async: true
}),
lowValue: attr('boolean'),
Expand Down
File renamed without changes.
5 changes: 0 additions & 5 deletions app/pods/plan/serializer.js

This file was deleted.

5 changes: 0 additions & 5 deletions app/pods/scope/serializer.js

This file was deleted.

0 comments on commit 21868bd

Please sign in to comment.