forked from fixin.me/fixin.me
Implement Unit defaults export
Disable import_all until implemented
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user