1
0
Fork 0
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:
Mike Perham 2019-09-12 10:14:55 -07:00
parent ad74fba9f8
commit 4bafe65f86

View file

@ -0,0 +1,2 @@
class ApplicationController < ActionController::Base
end