summaryrefslogtreecommitdiff
path: root/config/routes.rb
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-03-12 12:32:32 +0100
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-03-12 12:32:32 +0100
commitd11a8692e742720435c4286e3752c8c136cc88cf (patch)
treef01b4c5c5e4a7f713a13ffbb3eaba031ecdb3979 /config/routes.rb
parentb16aeeccff8de5fd579d79a48740df7a3e34e7bc (diff)
jquery replaceWith for FaxDocument#view after sending the fax
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/config/routes.rb b/config/routes.rb
index c661dfb..c2f9cb5 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -24,10 +24,9 @@ Gemeinschaft42c::Application.routes.draw do
scope :constraints => lambda{|req|%w(127.0.0.1).include? req.remote_addr} do
get "trigger/voicemail"
get "trigger/fax"
+ match 'trigger/fax_has_been_sent/:id' => 'trigger#fax_has_been_sent'
end
- get "trigger/fax_has_been_sent"
-
resources :call_routes do
collection {
post :sort