Rewrite import feature (#21054)
This commit is contained in:
parent
0ad2413b35
commit
32a030dd74
40 changed files with 2059 additions and 113 deletions
|
@ -144,7 +144,13 @@ Rails.application.routes.draw do
|
|||
resource :other, only: [:show, :update], controller: :other
|
||||
end
|
||||
|
||||
resource :import, only: [:show, :create]
|
||||
resources :imports, only: [:index, :show, :destroy, :create] do
|
||||
member do
|
||||
post :confirm
|
||||
get :failures
|
||||
end
|
||||
end
|
||||
|
||||
resource :export, only: [:show, :create]
|
||||
|
||||
namespace :exports, constraints: { format: :csv } do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue