Our app dynamically publishes multiple sites for multiple clients but
the urls they need are vastly different and I was wondering if rails
routes could handle them dynamically somehow
Right now we have a unique site_code for each site and the site
controllers live in a sites folder so the urls are
application.com/SITE_CODE/sites/controller/action/id
The admin interface is
application.com/admin/controller/action/id
How would we get the site urls to map to combinations like:
http://poweredby.jobsgopublic.com/employername