Skip to content

Commit

Permalink
ActiveStorage: use vips
Browse files Browse the repository at this point in the history
  • Loading branch information
ewlarson committed Oct 11, 2023
1 parent 993711b commit 5759b65
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,8 @@ class Application < Rails::Application
resource '*', :headers => :any, :methods => [:get, :options]
end
end

# Image Processing
config.active_storage.variant_processor = :vips
end
end

0 comments on commit 5759b65

Please sign in to comment.