From a1f9fe8bdd4e6c4e20fbda424c0ecf2f31fabd30 Mon Sep 17 00:00:00 2001 From: Ryuta Kamizono Date: Thu, 17 May 2018 15:30:49 +0900 Subject: Remove unused `require "active_support/core_ext/string/filters"` --- activestorage/lib/active_storage/previewer.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'activestorage/lib') diff --git a/activestorage/lib/active_storage/previewer.rb b/activestorage/lib/active_storage/previewer.rb index e574b3cf8b..f09dc25879 100644 --- a/activestorage/lib/active_storage/previewer.rb +++ b/activestorage/lib/active_storage/previewer.rb @@ -1,7 +1,5 @@ # frozen_string_literal: true -require "active_support/core_ext/string/filters" - module ActiveStorage # This is an abstract base class for previewers, which generate images from blobs. See # ActiveStorage::Previewer::PDFPreviewer and ActiveStorage::Previewer::VideoPreviewer for examples of -- cgit v1.2.3