Sha256: 49b89da25c3291b33666ee341c42e10532fbeeb11a90c8c8ae7ccc09dd888efd

Contents?: true

Size: 137 Bytes

Versions: 1

Compression:

Stored size: 137 Bytes

Contents

require 'resque/server'

Myapp::Application.routes.draw do
  mount Resque::Server.new, :at => '/resque'
  get "work" => "work#index"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sidekiq-0.6.0 myapp/config/routes.rb