Use config_for for cache buster values (#34851)
This commit is contained in:
@@ -95,7 +95,7 @@ class SuspendAccountService < BaseService
|
||||
end
|
||||
end
|
||||
|
||||
CacheBusterWorker.perform_async(attachment.url(style)) if Rails.configuration.x.cache_buster_enabled
|
||||
CacheBusterWorker.perform_async(attachment.url(style)) if Rails.configuration.x.cache_buster.enabled
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user