There are quite a few routes that aren't used, e.g. FundedPeopleController has no methods, yet we generate a full set of resource routes for it. I'm not aware of a strong reason to get rid of unused routes, especially for a small application, but it might be more convenient, e.g. less to look at when doing rails routes.
There are quite a few routes that aren't used, e.g.
FundedPeopleController
has no methods, yet we generate a full set of resource routes for it. I'm not aware of a strong reason to get rid of unused routes, especially for a small application, but it might be more convenient, e.g. less to look at when doingrails routes
.