summaryrefslogtreecommitdiff
path: root/app/controllers/switchboard_entries_controller.rb
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-06-21 15:07:44 +0200
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-06-21 15:07:44 +0200
commit4ce04ec03bc8f362d48ded43833645e7f454cb5c (patch)
treef078d226e17a64b6dc17b2976bb5dddcc9768715 /app/controllers/switchboard_entries_controller.rb
parent51db65fb71e638a1e2b5b2d8f19f6a685017099f (diff)
Added blind transfer functionality for the switchboard.
Diffstat (limited to 'app/controllers/switchboard_entries_controller.rb')
-rw-r--r--app/controllers/switchboard_entries_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/switchboard_entries_controller.rb b/app/controllers/switchboard_entries_controller.rb
index ef6c72e..5b41816 100644
--- a/app/controllers/switchboard_entries_controller.rb
+++ b/app/controllers/switchboard_entries_controller.rb
@@ -58,7 +58,7 @@ class SwitchboardEntriesController < ApplicationController
private
def switchboard_entry_params
- params.require(:switchboard_entry).permit(:name, :sip_account_id)
+ params.require(:switchboard_entry).permit(:name, :sip_account_id, :switchable)
end
def spread_breadcrumbs