I have a form which I've set to go to the carts controller and the add action. I did not specifically tell it to send to the admin route at all. But instead of an action of /carts/add, I'm getting /admin/carts/add. This seems to be a common problem across the site in a number of different facets: admin routes being arbitrarily added to links even when I don't want them. Login/out links are one ...
