We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65b553b commit e4eb7cbCopy full SHA for e4eb7cb
guides/v3.4.0/models/customizing-adapters.md
@@ -182,7 +182,7 @@ the model name to generate the path name. If this convention does not
182
conform to your backend you can override the `pathForType` method.
183
184
For example, if you did not want to pluralize model names and needed
185
-underscore_case instead of camelCase you could override the
+underscore_case instead of dash-case you could override the
186
`pathForType` method like this:
187
188
```javascript {data-filename=app/adapters/application.js}
0 commit comments