Bingo! That said, a caveat: Most Ember objects are plural, but models and model-specific-adapters are singular. This can lead to having pods like “posts” AND “post”, “comments”, AND “comment,” etc. For that reason, you’ll see people override usePods by passing the --pod flag* when you’re creating models or model-specific-adapters to keep them in the models folder.
* --pod just inverts whatever the usePods option is currently set to. So, if it’s true, ember g model modelName --pod will put the model in a non-pod structure