summaryrefslogtreecommitdiffstats
path: root/config/routes.rb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2015-06-29 16:16:20 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2015-06-29 16:16:20 +0000
commitc558b8b0a3ca6079af71ab91114fb10fdefd263e (patch)
tree020dbc6ef097dddae4dbe5229af87a4554bcfb1b /config/routes.rb
parent97ae34c2619e0b36d66dbfbc9e4b57a3b3bee83d (diff)
downloadredmine-c558b8b0a3ca6079af71ab91114fb10fdefd263e.tar.gz
redmine-c558b8b0a3ca6079af71ab91114fb10fdefd263e.zip
Adds a named route for test email.
git-svn-id: http://svn.redmine.org/redmine/trunk@14391 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 5b6783a6b..1fc5bebb3 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -324,7 +324,7 @@ Rails.application.routes.draw do
get 'admin/projects', :to => 'admin#projects'
get 'admin/plugins', :to => 'admin#plugins'
get 'admin/info', :to => 'admin#info'
- post 'admin/test_email', :to => 'admin#test_email'
+ post 'admin/test_email', :to => 'admin#test_email', :as => 'test_email'
post 'admin/default_configuration', :to => 'admin#default_configuration'
resources :auth_sources do