Sha256: 1abc1b517099d46014bee0a7a656606f049f4c4eb7e3490447e546dab5efda35

Contents?: true

Size: 598 Bytes

Versions: 4

Compression:

Stored size: 598 Bytes

Contents

CurationConcerns::Engine.routes.draw do
  get 'single_use_link/show/:id' => 'single_use_links_viewer#show', as: :show_single_use_link
  get 'single_use_link/download/:id' => 'single_use_links_viewer#download', as: :download_single_use_link
  post 'single_use_link/generate_download/:id' => 'single_use_links#create_download', as: :generate_download_single_use_link
  post 'single_use_link/generate_show/:id' => 'single_use_links#create_show', as: :generate_show_single_use_link

  # mount BrowseEverything::Engine => '/remote_files/browse'
  resources :classify_concerns, only: [:new, :create]
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
curation_concerns-0.13.1 config/routes.rb
curation_concerns-0.13.0 config/routes.rb
curation_concerns-0.12.0 config/routes.rb
curation_concerns-0.12.0.pre9 config/routes.rb