ember-cli-101-errata
ember-cli-101-errata copied to clipboard
Using PODS
I think this chapter need more information, for example:
- If you wanna keep using PODS in the future you have to add:
"usePods": truein .ember-cli file - Optional: You can define a POD path using the attribute podModulePrefix within your environment configs, something like this:
podModulePrefix: 'borrowers/pods',
I think this is a good way for keep working with PODS...