We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c97f1f1 + 5e0d451 commit 555aa38Copy full SHA for 555aa38
railties/lib/rails/application/configuration.rb
@@ -163,10 +163,6 @@ def load_defaults(target_version)
163
active_record.legacy_connection_handling = false
164
end
165
166
- if respond_to?(:active_storage)
167
- active_storage.track_variants = true
168
- end
169
-
170
if respond_to?(:active_job)
171
active_job.retry_jitter = 0.15
172
active_job.skip_after_callbacks_if_terminated = true
@@ -187,6 +183,8 @@ def load_defaults(target_version)
187
183
188
184
189
185
if respond_to?(:active_storage)
186
+ active_storage.track_variants = true
+
190
active_storage.queues.analysis = nil
191
active_storage.queues.purge = nil
192
0 commit comments