diff --git a/app/views/customers/edit.html.erb b/app/views/customers/edit.html.erb new file mode 100644 index 0000000..e4e7682 --- /dev/null +++ b/app/views/customers/edit.html.erb @@ -0,0 +1,3 @@ +

Edit Customer

+
+<%= render :partial => 'customers/form' %>