From 6b75e8c9ef10280195ded14f89bb4537ec69f128 Mon Sep 17 00:00:00 2001 From: Will Marshall Date: Fri, 21 Feb 2014 15:19:12 +1100 Subject: [PATCH] Switching to f_form_for and :bill_address --- app/views/shop/checkout/_form.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shop/checkout/_form.html.haml b/app/views/shop/checkout/_form.html.haml index 192ab67aba..5ae7631b7b 100644 --- a/app/views/shop/checkout/_form.html.haml +++ b/app/views/shop/checkout/_form.html.haml @@ -19,7 +19,7 @@ %fieldset %legend Billing Address - = f.fields_for current_order.bill_address do |ba| + = f.fields_for :bill_address do |ba| .row .large-12.columns = ba.text_field :address1