From 19185c4dea6da07bb408932fc3ed690667f45b7c Mon Sep 17 00:00:00 2001 From: George Claghorn Date: Sun, 7 Jan 2018 09:56:18 -0500 Subject: Remove redundant sentences [ci skip] --- activestorage/lib/active_storage/analyzer/image_analyzer.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'activestorage/lib/active_storage/analyzer/image_analyzer.rb') diff --git a/activestorage/lib/active_storage/analyzer/image_analyzer.rb b/activestorage/lib/active_storage/analyzer/image_analyzer.rb index 25e0251e6e..5231168a7c 100644 --- a/activestorage/lib/active_storage/analyzer/image_analyzer.rb +++ b/activestorage/lib/active_storage/analyzer/image_analyzer.rb @@ -9,8 +9,7 @@ module ActiveStorage # # => { width: 4104, height: 2736 } # # This analyzer relies on the third-party {MiniMagick}[https://github.com/minimagick/minimagick] gem. MiniMagick requires - # the {ImageMagick}[http://www.imagemagick.org] system library. These libraries are not provided by Rails; you must - # install them yourself to use this analyzer. + # the {ImageMagick}[http://www.imagemagick.org] system library. class Analyzer::ImageAnalyzer < Analyzer def self.accept?(blob) blob.image? -- cgit v1.2.3