summaryrefslogtreecommitdiff
path: root/config/routes.rb
diff options
context:
space:
mode:
authorPeter Kozak <spag@golwen.net>2013-03-07 15:22:06 -0500
committerPeter Kozak <spag@golwen.net>2013-03-07 15:22:06 -0500
commit800cf2f11ab5d7f03a52d5ca35e893654ef520ab (patch)
tree45c54cd39672ed91c737cb474cf71b139a4569a6 /config/routes.rb
parent8be445e95ebe8c805dcfb1af0c02e3a3567aab18 (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 83ac5c4..0a3c6a1 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -73,6 +73,7 @@ Gemeinschaft42c::Application.routes.draw do
resources :hunt_groups, :only => [] do
resources :hunt_group_members
resources :phone_numbers
+ resources :call_forwards
end
if GsParameter.get('CALLTHROUGH_HAS_WHITELISTS') == true