Files
sx-fc/app/views/inventory/inventory_definitions/new.html.erb
2017-08-24 18:04:42 +06:30

6 lines
152 B
Plaintext

<h1>New Inventory Definition</h1>
<%= render 'form', inventory_definition: @inventory_definition %>
<%= link_to 'Back', inventory_definitions_path %>