summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorPeter Kozak <spag@golwen.net>2013-03-27 10:36:48 +0100
committerPeter Kozak <spag@golwen.net>2013-03-27 10:36:48 +0100
commitac8bce76b8666f532ddce00057290e1ea3592e9a (patch)
tree41955823515bdb83f884cf9ff394e5c0fe0fe2db /config
parenta51e98d9487ade1079c962739ac8fe2b3aa11312 (diff)
voicemail_accounts route added
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index b123de4..3f0aae4 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -259,6 +259,7 @@ Gemeinschaft42c::Application.routes.draw do
resources :hunt_groups
resources :automatic_call_distributors
resources :parking_stalls
+ resources :voicemail_accounts
end
resources :callthroughs, :only => [] do