summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorspag <spag@golwen.net>2013-02-05 13:58:58 +0100
committerspag <spag@golwen.net>2013-02-05 13:58:58 +0100
commitbcce809c6e628fb7c067437e98a5195c5e228532 (patch)
tree45d9e2f703f1ec7c35927824796844fb6d4b27a6 /config
parentc7389cb6f1a305bc7e5cfefd9548c1e1bf7b6018 (diff)
show dialplan variables
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 3c3928f..653b811 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -8,7 +8,10 @@ Gemeinschaft42c::Application.routes.draw do
end
resources :call_routes do
- collection { post :sort }
+ collection {
+ post :sort
+ get :show_variables
+ }
resources :route_elements
end