scaffold models
This commit is contained in:
6
app/views/crm/customers/edit.html.erb
Normal file
6
app/views/crm/customers/edit.html.erb
Normal file
@@ -0,0 +1,6 @@
|
||||
<h1>Editing Crm Customer</h1>
|
||||
|
||||
<%= render 'form', crm_customer: @crm_customer %>
|
||||
|
||||
<%= link_to 'Show', @crm_customer %> |
|
||||
<%= link_to 'Back', crm_customers_path %>
|
||||
Reference in New Issue
Block a user