headwayio / voyage

A Rails template with our standard defaults, ready to deploy to Heroku. **See readme in: lib/voyage/README.md**
https://headway.io/voyage
MIT License
0 stars 1 forks source link

`Images` Route is Incorrectly Added in Admin Namespace #66

Closed noahsettersten closed 6 years ago

noahsettersten commented 6 years ago

In addition to correctly adding the :create route for Images at the top of config/routes.rb, Voyage also adds the same route again within the :admin namespace.

Change the regex matching to only insert this route at the start of the file within the top-level.