Skip to content
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.

Commit

Permalink
docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilWaldmann committed Oct 11, 2018
1 parent 9dde145 commit a2d111f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/definition.md
Expand Up @@ -270,7 +270,7 @@ The `options` parameter takes additional attributes:
this.belongsToPolymorphic('children', {typeField: 'children_class'}) // if we have a model with a `children_class` and `children_id` fields
```

### "has(name, options)"
### has(name, options)
If you need to create a custom query to fetch your relational data:

```js
Expand Down

0 comments on commit a2d111f

Please sign in to comment.