projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73b8e6f
)
Put pretty route for /copyright/locale first
author
Tom Hughes
<tom@compton.nu>
Tue, 14 Feb 2012 11:53:44 +0000
(11:53 +0000)
committer
Tom Hughes
<tom@compton.nu>
Tue, 14 Feb 2012 11:54:16 +0000
(11:54 +0000)
config/routes.rb
patch
|
blob
|
history
diff --git
a/config/routes.rb
b/config/routes.rb
index 267de7956add038ad4b1d88e105f229626de0200..71af08b73d46a81d7dfa19939aef5126d83e32b9 100644
(file)
--- a/
config/routes.rb
+++ b/
config/routes.rb
@@
-95,8
+95,8
@@
OpenStreetMap::Application.routes.draw do
# web site
root :to => 'site#index'
match '/edit' => 'site#edit'
- match '/copyright' => 'site#copyright'
match '/copyright/:copyright_locale' => 'site#copyright'
+ match '/copyright' => 'site#copyright'
match '/history' => 'changeset#list'
match '/history/feed' => 'changeset#feed', :format => :atom
match '/export' => 'site#export'