summaryrefslogtreecommitdiff
path: root/config/routes.rb
diff options
context:
space:
mode:
authorPeter Kozak <spag@golwen.net>2013-03-07 15:57:02 -0500
committerPeter Kozak <spag@golwen.net>2013-03-07 15:57:02 -0500
commit2abc9cfb22e55b709a21b041e04a8221f605e9d7 (patch)
tree7f4c56abc3f38740790d0ce5fe5dcb94ba26c0fe /config/routes.rb
parent800cf2f11ab5d7f03a52d5ca35e893654ef520ab (diff)
call forwards view added
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 0a3c6a1..0b953ee 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -64,6 +64,7 @@ Gemeinschaft42c::Application.routes.draw do
resources :automatic_call_distributors, :only => [] do
resources :acd_agents
resources :phone_numbers
+ resources :call_forwards
end
resources :hunt_group_members, :only => [] do