I want to create my app using spanish controllers/methods.
can I use scaffold?
scaffold created methods like new, create, edit, etc
I want to change those to be nueva, crear, editar, etc
when I do that the app breaks because of REST routing rules
whats my best approach to this? please help.