Sha256: 057f11d6f87ac81686d736b09fef4e48372a3965a4863fdad1b80253e6a0866a

Contents?: true

Size: 442 Bytes

Versions: 10

Compression:

Stored size: 442 Bytes

Contents

require 'resque/server'

Krikri::Engine.routes.draw do
  # TODO: remove unnecessary :harvest_sources and :institutions routes once we
  # have established what we do and don't need
  resources :validation_reports, only: [:index]
  resources :records, only: [:index, :show]
  resources :report_lists, only: [:index]
  resources :institutions do
    resources :harvest_sources, shallow: true
  end
  mount Resque::Server.new, at: '/resque'
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
krikri-0.4.0 config/routes.rb
krikri-0.3.3 config/routes.rb
krikri-0.3.2 config/routes.rb
krikri-0.3.1 config/routes.rb
krikri-0.2.1 config/routes.rb
krikri-0.2.0 config/routes.rb
krikri-0.1.3 config/routes.rb
krikri-0.1.2 config/routes.rb
krikri-0.1.1 config/routes.rb
krikri-0.1.0 config/routes.rb