Add product category importer

This commit is contained in:
2014-09-23 16:00:31 +02:00
parent 29c908a601
commit 1f81f942f9
5 changed files with 104 additions and 0 deletions
@@ -16,3 +16,8 @@
- else
= no_content_given model_class
= supplier_form_actions :new, for: :product_categories
.import.panel.hide
= form_tag import_suppliers_product_categories_path, multipart: true do
= file_field_tag :file
= submit_tag 'import'