File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
CarrierWave ::SanitizedFile . sanitize_regexp = /[^[:word:]\. \- \+ ]/
22
22
23
23
CarrierWave ::Backgrounder . configure do |c |
24
- c . backend = :sidekiq
24
+ c . backend :sidekiq
25
25
end
26
26
Original file line number Diff line number Diff line change 7
7
end
8
8
end
9
9
10
- Sidekiq . app_url = '/admin'
10
+ require 'sidekiq/web'
11
+ Sidekiq ::Web . app_url = '/admin'
Original file line number Diff line number Diff line change 469
469
get '/teams' => 'admin#teams' , as : :teams
470
470
get '/teams/sections/:num_sections' => 'admin#sections_teams' , as : :sections_teams
471
471
get '/teams/section/:section' => 'admin#section_teams' , as : :section_teams
472
- require 'sidekiq/web'
473
472
mount Sidekiq ::Web => '/sidekiq'
474
473
end
475
474
#TODO: namespace inside admin
You can’t perform that action at this time.
0 commit comments