Generate is not idempotent for routes
Created by: ariejan
Running rails generate administrate:install
more than once will add extra admin namespace blocks to config/routes.rb
. Probably a low priority thing, but people using the generate command to just "reset" their work in progress might run into this.