From 13882d0067877ea512bc5b3ebf19950887833758 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 1 Aug 2017 17:12:57 -0500 Subject: Remove circular dependency --- activestorage/app/models/active_storage/variant.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'activestorage/app/models/active_storage/variant.rb') diff --git a/activestorage/app/models/active_storage/variant.rb b/activestorage/app/models/active_storage/variant.rb index a8e64f781e..e3f22bcb25 100644 --- a/activestorage/app/models/active_storage/variant.rb +++ b/activestorage/app/models/active_storage/variant.rb @@ -1,5 +1,3 @@ -require "active_storage/blob" - # Image blobs can have variants that are the result of a set of transformations applied to the original. # These variants are used to create thumbnails, fixed-size avatars, or any other derivative image from the # original. -- cgit v1.2.3