mirror of
https://github.com/redmine/redmine.git
synced 2025-11-10 15:26:03 +01:00
git-svn-id: https://svn.redmine.org/redmine/trunk@22722 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -407,7 +407,7 @@ 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/ }
|
||||
get 'help/wiki_syntax/(:type)', :controller => 'help', :action => 'show_wiki_syntax', :constraints => { :type => /detailed/ }, as: 'help_wiki_syntax'
|
||||
|
||||
Redmine::Plugin.directory.glob("*/config/routes.rb").sort.each do |plugin_routes_path|
|
||||
instance_eval(plugin_routes_path.read, plugin_routes_path.to_s)
|
||||
|
||||
Reference in New Issue
Block a user