help: url/path for existing resources eg /toolbox

hi, i have a few working resources, eg ‘projects’ & tasks. now i would like to prefix that with/under a path so that the url looks like that:

domain.com/toolbox/projects

how can i do that without moving everything into subfolders etc…

thx

I'm not sure what's the precise effect you want to achieve. If you want to have the whole app served from under domain.com/toolbox then you may take a look at Deploy to a subdirectory <Configuring Rails Applications — Ruby on Rails Guides. If you would like to add a prefix to a few specific resources then you should take a look at Prefixing the Named Route Helpers <Rails Routing from the Outside In — Ruby on Rails Guides; .