Skip to content

Commit

Permalink
Set up resque dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
tallenaz committed Apr 20, 2018
1 parent dc3129c commit 4fa64aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/routes.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
require 'resque/server'

Rails.application.routes.draw do
resources :catalog, param: :druid, only: %i[create update]
resources :moab_storage, only: %i[index show]

mount Resque::Server.new, at: "/resque"

# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
end

0 comments on commit 4fa64aa

Please sign in to comment.