sqm-dashboards/app/views/categories/edit.html.erb
2017-03-03 16:19:52 -05:00

6 lines
144 B
Text

<h1>Editing Category</h1>
<%= render 'form', category: @category %>
<%= link_to 'Show', @category %> |
<%= link_to 'Back', categories_path %>