Signed-off-by: Florian Koch <florian.koch1981@googlemail.com>
···
--- config/routes.rb | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)diff --git a/config/routes.rb b/config/routes.rb
index 415ae54…f0de0f7 100644
— a/config/routes.rb
+++ b/config/routes.rb
@@ -124,6 +124,7 @@ Foreman::Application.routes.draw do
resources :puppetclasses do
collection do
get ‘import_environments’
-
endpost 'obsolete_and_new' get 'auto_complete_search'
constraints(:id => /[^/]+/) do
–
1.7.6.4