Merge branch 'master' of git://git.openstreetmap.org/rails into openstreetbugs

This commit is contained in:
Kai Krueger 2010-05-02 11:42:58 +01:00
commit 5898b494df
92 changed files with 3651 additions and 757 deletions

View file

@ -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'