diff options
Diffstat (limited to 'config/routes.rb')
-rw-r--r-- | config/routes.rb | 6 |
1 files changed, 5 insertions, 1 deletions
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: |