Basic form implementation

This commit is contained in:
Will Marshall
2014-02-13 11:40:52 +11:00
parent 871637c4af
commit 2425de8c98
3 changed files with 82 additions and 1 deletions

View File

@@ -6,7 +6,8 @@ class Shop::CheckoutController < BaseController
before_filter :require_line_items
def new
@order = current_order
@order.bill_address = Spree::Address.new
end
private