7 lines
158 B
Plaintext
7 lines
158 B
Plaintext
<h1>Editing Stock Check</h1>
|
|
|
|
<%= render 'form', stock_check: @stock_check %>
|
|
|
|
<%= link_to 'Show', @stock_check %> |
|
|
<%= link_to 'Back', stock_checks_path %>
|