summaryrefslogtreecommitdiff
path: root/app/views/call_forwards/_form.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/call_forwards/_form.html.haml')
-rw-r--r--app/views/call_forwards/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/call_forwards/_form.html.haml b/app/views/call_forwards/_form.html.haml
index 58ffd78..1944fc4 100644
--- a/app/views/call_forwards/_form.html.haml
+++ b/app/views/call_forwards/_form.html.haml
@@ -1,4 +1,4 @@
-= simple_form_for([ @phone_number, @call_forward ]) do |f|
+= simple_form_for([ @parent, @call_forward ]) do |f|
= f.error_notification
= render "form_core", :f => f