Add/configure ActiveStorage
This commit is contained in:
@@ -51,4 +51,7 @@ Rails.application.configure do
|
||||
}
|
||||
|
||||
config.active_job.queue_adapter = :test
|
||||
|
||||
# Store attachments on the local disk (in ./tmp)
|
||||
config.active_storage.service = :test
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user