How can I namespace routes only in rails 7

Viewed 26

I can add name spacing to explicit routes that begin with get, patch, put, post and not have to namespace models or controllers, I would just have to prepend the namespace to the paths in my views but how can I do the same for declared resources without having to edit my models and controllers?

1 Answers
Related