Use <plain>, not <pre> in guides

This commit is contained in:
wycats 2010-04-10 17:35:31 -04:00
parent 381f877bbb
commit 093ab3ec6e

@ -609,10 +609,10 @@ resources :photos, :path_names => { :new => 'make', :edit => 'change' }
This would cause the routing to recognize URLs such as
<pre>
<plain>
/photos/make
/photos/1/change
</pre>
</plain>
NOTE: The actual action names aren't changed by this option. The two URLs shown would still route to the new and edit actions.