mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
BUG WORKAROUND: requiring ActionText 6.0 (via 'rails/all') requires an ApplicationController to exist
https://github.com/rails/rails/issues/37183
This commit is contained in:
parent
ad74fba9f8
commit
4bafe65f86
1 changed files with 2 additions and 0 deletions
2
test/dummy/app/controllers/application_controller.rb
Normal file
2
test/dummy/app/controllers/application_controller.rb
Normal file
|
@ -0,0 +1,2 @@
|
|||
class ApplicationController < ActionController::Base
|
||||
end
|
Loading…
Add table
Reference in a new issue