config/routes.rb in foreman_ansible-2.3.6 vs config/routes.rb in foreman_ansible-3.0.0
- old
+ new
@@ -56,9 +56,11 @@
post :confirm_import
get 'auto_complete_search'
end
end
+ resources :ui_ansible_roles, :only => [:index]
+
resources :ansible_variables, :except => [:show] do
resources :lookup_values, :only => [:index, :create, :update, :destroy]
collection do
get :import
post :confirm_import