Implement Unit defaults export

Disable import_all until implemented
This commit is contained in:
2024-11-26 02:31:25 +01:00
parent 3711251656
commit f9bd81c6ab
3 changed files with 22 additions and 21 deletions

View File

@@ -9,7 +9,7 @@ Rails.application.routes.draw do
namespace :default do
resources :units, only: [:index, :destroy] do
member { post :import, :export }
collection { post :import_all }
#collection { post :import_all }
end
end