From ccff5a5e8ab7088da0e4952c65037390c226f321 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Mon, 2 May 2016 14:35:54 -0400 Subject: [PATCH] Update customers_controller.rb --- app/controllers/customers_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/customers_controller.rb b/app/controllers/customers_controller.rb index 77fccd7..f20c2cb 100644 --- a/app/controllers/customers_controller.rb +++ b/app/controllers/customers_controller.rb @@ -22,7 +22,7 @@ class CustomersController < ApplicationController end def new - + @customer = Customer.new end def create