From 0993cbe3e0564c8dfa8b258e3a88059d311a352b Mon Sep 17 00:00:00 2001 From: Yoshiyuki Hirano Date: Mon, 18 Sep 2017 09:13:00 +0900 Subject: Remove unused require in ActiveStorage::Variation --- activestorage/app/models/active_storage/variation.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'activestorage/app') diff --git a/activestorage/app/models/active_storage/variation.rb b/activestorage/app/models/active_storage/variation.rb index bf269e2a8f..cf04a879eb 100644 --- a/activestorage/app/models/active_storage/variation.rb +++ b/activestorage/app/models/active_storage/variation.rb @@ -1,7 +1,5 @@ # frozen_string_literal: true -require "active_support/core_ext/object/inclusion" - # A set of transformations that can be applied to a blob to create a variant. This class is exposed via # the ActiveStorage::Blob#variant method and should rarely be used directly. # -- cgit v1.2.3