Update customers_controller.rb

This commit is contained in:
2016-05-02 14:35:54 -04:00
parent 573502ee77
commit ccff5a5e8a

View File

@@ -22,7 +22,7 @@ class CustomersController < ApplicationController
end
def new
@customer = Customer.new
end
def create