Sha256: 99af9c423e65c872b31cf46bd3a4972bb624efbdbc23244623b58394b43657e8

Contents?: true

Size: 393 Bytes

Versions: 57

Compression:

Stored size: 393 Bytes

Contents

# frozen_string_literal: true

Bulkrax::Engine.routes.draw do
  resources :exporters do
    get :download
    resources :entries, only: %i[show]
  end
  resources :importers do
    put :continue
    get :export_errors
    collection do
      post :external_sets
    end
    resources :entries, only: %i[show]
    get :upload_corrected_entries
    post :upload_corrected_entries_file
  end
end

Version data entries

57 entries across 57 versions & 1 rubygems

Version Path
bulkrax-5.5.1 config/routes.rb
bulkrax-5.4.2 config/routes.rb
bulkrax-5.3.1 config/routes.rb
bulkrax-6.0.1 config/routes.rb
bulkrax-6.0.0 config/routes.rb
bulkrax-5.5.0 config/routes.rb
bulkrax-5.4.1 config/routes.rb
bulkrax-5.4.0 config/routes.rb
bulkrax-5.3.0 config/routes.rb
bulkrax-5.2.1 config/routes.rb
bulkrax-4.4.2 config/routes.rb
bulkrax-5.2.0 config/routes.rb
bulkrax-4.4.1 config/routes.rb
bulkrax-4.3.1 config/routes.rb
bulkrax-5.1.0 config/routes.rb
bulkrax-5.0.0 config/routes.rb
bulkrax-4.4.0 config/routes.rb
bulkrax-4.3.0 config/routes.rb
bulkrax-4.2.1 config/routes.rb
bulkrax-4.2.0 config/routes.rb