Skip to content

Commit

Permalink
[DOCS BETA RELEASE] Fix @ember-data/model package is blank (#6444) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav0 authored and runspired committed Sep 12, 2019
1 parent b4b898b commit b29baa1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/model/addon/-private/attr.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ function hasValue(internalModel, key) {
```
@method attr
@public
@static
@for @ember-data/model
@param {String|Object} type the attribute type
@param {Object} options a hash of options
@return {Attribute}
Expand Down
3 changes: 3 additions & 0 deletions packages/model/addon/-private/belongs-to.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ import { computedMacroWithOptionalParams } from './util';
```
@method belongsTo
@public
@static
@for @ember-data/model
@param {String} modelName (optional) type of the relationship
@param {Object} options (optional) a hash of options
@return {Ember.computed} relationship
Expand Down
3 changes: 3 additions & 0 deletions packages/model/addon/-private/has-many.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ import { computedMacroWithOptionalParams } from './util';
`ref.reload` to fetch the resources.
@method hasMany
@public
@static
@for @ember-data/model
@param {String} type (optional) type of the relationship
@param {Object} options (optional) a hash of options
@return {Ember.computed} relationship
Expand Down
2 changes: 1 addition & 1 deletion packages/store/addon/-private/system/model/model.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { InvalidError } from '@ember-data/adapter/error';
const { changeProperties } = Ember;

/**
@module @ember-data/store
@module @ember-data/model
*/

function findPossibleInverses(type, inverseType, name, relationshipsSoFar) {
Expand Down

0 comments on commit b29baa1

Please sign in to comment.