I've got some nested resources. I have a model called Feature, and
FeatureRelation. When I created the standard routes for nesting
(:has_many on Feature), I get a path like:
features/1234/feature_relations
What I'd like is:
features/1234/relations
Is this possible to do? I looked at the API and nothing jumped out at
me indicating it is?!