We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d719f87 commit 9bedb48Copy full SHA for 9bedb48
lib/alchemy/engine.rb
@@ -81,6 +81,11 @@ class Engine < Rails::Engine
81
end
82
83
84
+ initializer "alchemy.active_storage" do |app|
85
+ app.config.active_storage.web_image_content_types += %w[image/webp]
86
+ app.config.active_storage.content_types_allowed_inline += %w[image/webp]
87
+ end
88
+
89
config.after_initialize do
90
if Alchemy.user_class
91
ActiveSupport.on_load(:active_record) do
0 commit comments