Files
sx-fc/app/views/crm/customers/edit.html.erb
Min Zeya Phyo 0af7d78c3c scaffold models
2017-04-20 17:01:14 +06:30

7 lines
163 B
Plaintext

<h1>Editing Crm Customer</h1>
<%= render 'form', crm_customer: @crm_customer %>
<%= link_to 'Show', @crm_customer %> |
<%= link_to 'Back', crm_customers_path %>