Merge branch 'master' of git://git.openstreetmap.org/rails into openstreetbugs
This commit is contained in:
commit
5898b494df
92 changed files with 3651 additions and 757 deletions
|
@ -110,6 +110,8 @@ ActionController::Routing::Routes.draw do |map|
|
|||
map.root :controller => 'site', :action => 'index'
|
||||
map.connect '/', :controller => 'site', :action => 'index'
|
||||
map.connect '/edit', :controller => 'site', :action => 'edit'
|
||||
map.connect '/copyright', :controller => 'site', :action => 'copyright'
|
||||
map.connect '/copyright/:copyright_locale', :controller => 'site', :action => 'copyright'
|
||||
map.connect '/history', :controller => 'changeset', :action => 'list'
|
||||
map.connect '/history/feed', :controller => 'changeset', :action => 'list', :format => :atom
|
||||
map.connect '/export', :controller => 'site', :action => 'export'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue