Skip to content

Commit

Permalink
Spanish for "project" is "proyecto"
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn committed Nov 21, 2010
1 parent 7d5b097 commit 7c51d1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions railties/guides/source/3_0_release_notes.textile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -271,10 +271,10 @@ end


<ruby> <ruby>
scope 'es' do scope 'es' do
resources :projects, :path_names => { :edit => 'cambiar' }, :path => 'projecto' resources :projects, :path_names => { :edit => 'cambiar' }, :path => 'proyecto'
end end


# Gives you the edit action with /es/projecto/1/cambiar # Gives you the edit action with /es/proyecto/1/cambiar
</ruby> </ruby>


* Added +root+ method to the router as a short cut for <tt>match '/', :to => path</tt>. * Added +root+ method to the router as a short cut for <tt>match '/', :to => path</tt>.
Expand Down

0 comments on commit 7c51d1f

Please sign in to comment.