diff --git a/config/routes.rb b/config/routes.rb index e56e130..9c96280 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -26,7 +26,7 @@ if Rails::VERSION::MAJOR >= 3 match '/exceptionhandler/maps', :to => 'maps#index', :via => [:get, :post] match '/uploadFile', :to => 'maps#uploadFile', :via => :post match '/exceptionhandler/delete/:map', :to => 'maps#deleteMap', :via => :post - match '/exceptionhandler/maps/new', :to => 'maps#new', :via => [:get, :post] + match '/exceptionhandler/new', :to => 'maps#new', :via => [:get, :post] end else ActionController::Routing::Routes.draw do |map|