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:29:44 +0100 |
commit | 7c51d1fcf9dc504c2dfd6e7184bbe8186f09819d (patch) | |
tree | 96bd668692b62d3829322232877b70c9011ce446 /railties/guides/source | |
parent | 7d5b097357c3bbfb86c95271d1bdbe5148a01069 (diff) | |
download | rails-7c51d1fcf9dc504c2dfd6e7184bbe8186f09819d.tar.gz rails-7c51d1fcf9dc504c2dfd6e7184bbe8186f09819d.tar.bz2 rails-7c51d1fcf9dc504c2dfd6e7184bbe8186f09819d.zip |
Spanish for "project" is "proyecto"
Diffstat (limited to 'railties/guides/source')
-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>. |