mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Spanish for "project" is "proyecto"
This commit is contained in:
parent
7d5b097357
commit
7c51d1fcf9
1 changed files with 2 additions and 2 deletions
|
@ -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>.
|
||||
|
|
Loading…
Reference in a new issue