Sha256: bc836575a7b8c878be35644bde37307881d2e26df47c1696bcc37c8a7edfad79

Contents?: true

Size: 531 Bytes

Versions: 8

Compression:

Stored size: 531 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: [:show]
  resources :records, only: [:index, :show]
  resources :reports, only: [:index]
  resources :qa_reports, only: [:index, :show]
  resources :institutions do
    resources :harvest_sources, shallow: true
  end

  resources :providers, only: [:index, :show]

  mount Resque::Server.new, at: '/resque'
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
krikri-0.5.7 config/routes.rb
krikri-0.5.6 config/routes.rb
krikri-0.5.5 config/routes.rb
krikri-0.5.4 config/routes.rb
krikri-0.5.3 config/routes.rb
krikri-0.5.2 config/routes.rb
krikri-0.5.1 config/routes.rb
krikri-0.5.0 config/routes.rb