Run any Active Storage jobs in the storage queue
This commit is contained in:
parent
d2d3f2c9fd
commit
c5fc9f0e7e
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
Rails.application.config.active_storage.queue = :storage
|
||||
|
||||
Rails.configuration.after_initialize do
|
||||
require "active_storage/service/s3_service"
|
||||
require_dependency "active_storage/variant"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue