File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
activestorage/lib/active_storage Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -118,15 +118,6 @@ class Engine < Rails::Engine # :nodoc:
118118 ActiveStorage . content_types_allowed_inline = app . config . active_storage . content_types_allowed_inline || [ ]
119119 ActiveStorage . binary_content_type = app . config . active_storage . binary_content_type || "application/octet-stream"
120120 ActiveStorage . video_preview_arguments = app . config . active_storage . video_preview_arguments || "-y -vframes 1 -f image2"
121-
122- unless app . config . active_storage . silence_invalid_content_types_warning . nil?
123- ActiveStorage . silence_invalid_content_types_warning = app . config . active_storage . silence_invalid_content_types_warning
124- end
125-
126- unless app . config . active_storage . replace_on_assign_to_many . nil?
127- ActiveStorage . replace_on_assign_to_many = app . config . active_storage . replace_on_assign_to_many
128- end
129-
130121 ActiveStorage . track_variants = app . config . active_storage . track_variants || false
131122 end
132123 end
You can’t perform that action at this time.
0 commit comments