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
+1
View File
@@ -137,6 +137,7 @@ Qwaiter::Application.routes.draw do
resources :product_categories do
collection do
post :sort
post :import
end
end
resources :orders, only: [:index, :show] do