From 848f37bb1653242961442ad392da103ed1569bf6 Mon Sep 17 00:00:00 2001 From: Peter Kozak Date: Thu, 25 Jul 2013 08:23:49 +0200 Subject: extension_modules - reboot route added --- config/routes.rb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/routes.rb b/config/routes.rb index 86bbca6..6176b61 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -338,7 +338,11 @@ Gemeinschaft42c::Application.routes.draw do resources :phones, :only => [] do resources :phone_sip_accounts - resources :extension_modules + resources :extension_modules do + member do + put 'restart' + end + end end # Display all phone book entries that the current user can access: -- cgit v1.2.3