|
|
@ -2658,13 +2658,13 @@ RedmineApp::Application.routes.draw do ## oauth相关
|
|
|
|
|
|
|
|
|
|
|
|
resource :sso, only: [:show, :create]
|
|
|
|
resource :sso, only: [:show, :create]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
get '/:sub_dir_name', :to => 'org_subfields#show', :as => 'show_subfield_without_id'
|
|
|
|
|
|
|
|
|
|
|
|
# library
|
|
|
|
# library
|
|
|
|
resources :libraries do
|
|
|
|
resources :libraries do
|
|
|
|
get :publish_success, on: :collection
|
|
|
|
get :publish_success, on: :collection
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
get '/:sub_dir_name', :to => 'org_subfields#show', :as => 'show_subfield_without_id'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Dir.glob File.expand_path("plugins/*", Rails.root) do |plugin_dir|
|
|
|
|
Dir.glob File.expand_path("plugins/*", Rails.root) do |plugin_dir|
|
|
|
|
file = File.join(plugin_dir, "config/routes.rb")
|
|
|
|
file = File.join(plugin_dir, "config/routes.rb")
|
|
|
|
if File.exists?(file)
|
|
|
|
if File.exists?(file)
|
|
|
|