diff options
author | Xavier Noria <fxn@hashref.com> | 2010-11-21 03:22:57 +0100 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2010-11-21 03:24:02 +0100 |
commit | f326221c701e4f9d991e3eadcc793a73795fb218 (patch) | |
tree | 47014c161167571a64fa782968b643c1b8f21e9b | |
parent | 7b503f02ca2a8ac46e17e447b92d4a68fcc4a356 (diff) | |
download | rails-f326221c701e4f9d991e3eadcc793a73795fb218.tar.gz rails-f326221c701e4f9d991e3eadcc793a73795fb218.tar.bz2 rails-f326221c701e4f9d991e3eadcc793a73795fb218.zip |
Spanish for "project" is "proyecto"
-rw-r--r-- | railties/guides/source/3_0_release_notes.textile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/guides/source/3_0_release_notes.textile b/railties/guides/source/3_0_release_notes.textile index 2d9655fa7a..adb1c755df 100644 --- a/railties/guides/source/3_0_release_notes.textile +++ b/railties/guides/source/3_0_release_notes.textile @@ -271,10 +271,10 @@ end <ruby> scope 'es' do - resources :projects, :path_names => { :edit => 'cambiar' }, :path => 'projecto' + resources :projects, :path_names => { :edit => 'cambiar' }, :path => 'proyecto' end -# Gives you the edit action with /es/projecto/1/cambiar +# Gives you the edit action with /es/proyecto/1/cambiar </ruby> * Added +root+ method to the router as a short cut for <tt>match '/', :to => path</tt>. |