From e9848ae6b31bda2522cd6b7617ded3c4af502e01 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Mon, 7 Jan 2013 10:49:41 -0500 Subject: [PATCH] Updated new map route from exceptionhandler/maps/new to exceptionhandler/new --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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|