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

Fix images :create route so it is only added once #68

Closed noahsettersten closed 6 years ago

noahsettersten commented 6 years ago

Previously, Voyage would add the create routes for the Image resource twice: once at the top-level and then once later within the admin namespace. This resolves the issue so it is only added once.

Resolves #66