diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2024-02-19 20:28:15 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2024-02-19 20:28:15 +0000 |
commit | ec77fe4e3a08420772bdf1b92c6585ec81b4e93a (patch) | |
tree | a9fa5667e3dbbdf68e0adf0df4bd6e90908506ec /config | |
parent | 609cc9221e4630814e00aa9b39ded2f9112d292e (diff) | |
download | redmine-ec77fe4e3a08420772bdf1b92c6585ec81b4e93a.tar.gz redmine-ec77fe4e3a08420772bdf1b92c6585ec81b4e93a.zip |
Reverts r22717 (#39111, #40137).
git-svn-id: https://svn.redmine.org/redmine/trunk@22718 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/routes.rb b/config/routes.rb index 8e392fde5..421bf9b28 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -407,8 +407,6 @@ Rails.application.routes.draw do get 'robots.:format', :to => 'welcome#robots', :constraints => {:format => 'txt'} - match 'help/wiki_syntax/(:type)', :controller => 'help', :action => 'show_wiki_syntax', :via => :get, :constraints => { :type => /detailed/ } - Redmine::Plugin.directory.glob("*/config/routes.rb").sort.each do |plugin_routes_path| instance_eval(plugin_routes_path.read, plugin_routes_path.to_s) rescue SyntaxError, StandardError => e |