map.resources :document
After adding this route, I now have an automatic "edit_document_path
". I wanted to change this to "annotate_document_path
"? Will it automatically pick this up if I add a new view and controller method? How does it translate from the resource route to these "path" notations?